]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
m68k/mac: Remove unneeded linux/miscdevice.h include
authorCorentin Labbe <clabbe.montjoie@gmail.com>
Thu, 15 Dec 2016 15:02:08 +0000 (16:02 +0100)
committerGeert Uytterhoeven <geert@linux-m68k.org>
Thu, 9 Feb 2017 13:14:17 +0000 (14:14 +0100)
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>
arch/m68k/mac/misc.c

index c6d351f5bd79aacd8faa7a091fb3b24325547635..3b1f7a6159f8ce414fc57ef72985eac8804280c7 100644 (file)
@@ -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>