From: Corentin Labbe Date: Thu, 15 Dec 2016 15:02:08 +0000 (+0100) Subject: m68k/mac: Remove unneeded linux/miscdevice.h include X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=7fb48e746eeb3dfacb20c8983a85fd95c3a792f5;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git m68k/mac: Remove unneeded linux/miscdevice.h include arch/m68k/mac/misc.c does not use any miscdevice so the inclusion of linux/miscdevice.h is unnecessary. This patch remove this unnecessary include. Signed-off-by: Corentin Labbe Signed-off-by: Geert Uytterhoeven --- diff --git a/arch/m68k/mac/misc.c b/arch/m68k/mac/misc.c index c6d351f5bd79..3b1f7a6159f8 100644 --- a/arch/m68k/mac/misc.c +++ b/arch/m68k/mac/misc.c @@ -4,7 +4,6 @@ #include #include -#include #include #include #include