projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ce7d89
)
m68k/mac: Remove unneeded linux/miscdevice.h include
author
Corentin Labbe
<clabbe.montjoie@gmail.com>
Thu, 15 Dec 2016 15:02:08 +0000
(16:02 +0100)
committer
Geert 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
patch
|
blob
|
history
diff --git
a/arch/m68k/mac/misc.c
b/arch/m68k/mac/misc.c
index
c6d351f
..
3b1f7a6
100644
(file)
--- 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>