From 7fb48e746eeb3dfacb20c8983a85fd95c3a792f5 Mon Sep 17 00:00:00 2001 From: Corentin Labbe Date: Thu, 15 Dec 2016 16:02:08 +0100 Subject: 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 --- arch/m68k/mac/misc.c | 1 - 1 file changed, 1 deletion(-) (limited to 'arch/m68k/mac') 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 -- cgit v1.2.3-59-g8ed1b