summaryrefslogtreecommitdiffstats
path: root/arch/m68k
diff options
context:
space:
mode:
authorCorentin Labbe <clabbe.montjoie@gmail.com>2016-12-15 16:02:08 +0100
committerGeert Uytterhoeven <geert@linux-m68k.org>2017-02-09 14:14:17 +0100
commit7fb48e746eeb3dfacb20c8983a85fd95c3a792f5 (patch)
tree5b88640418846957d1e594e216480cbfca760eec /arch/m68k
parent7ce7d89f48834cefece7804d38fc5d85382edf77 (diff)
downloadlinux-7fb48e746eeb3dfacb20c8983a85fd95c3a792f5.tar.gz
linux-7fb48e746eeb3dfacb20c8983a85fd95c3a792f5.tar.xz
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 <clabbe.montjoie@gmail.com> Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Diffstat (limited to 'arch/m68k')
-rw-r--r--arch/m68k/mac/misc.c1
1 files changed, 0 insertions, 1 deletions
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 <linux/types.h>
#include <linux/errno.h>
-#include <linux/miscdevice.h>
#include <linux/kernel.h>
#include <linux/delay.h>
#include <linux/sched.h>