projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dcdc43d
)
irda: irproc.c: Remove unneeded linux/miscdevice.h include
author
LABBE Corentin
<clabbe.montjoie@gmail.com>
Thu, 15 Dec 2016 10:42:46 +0000
(11:42 +0100)
committer
David S. Miller
<davem@davemloft.net>
Sat, 17 Dec 2016 16:16:31 +0000
(11:16 -0500)
irproc.c does not use any miscdevice so this patch remove this
unnecessary inclusion.
Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/irda/irproc.c
patch
|
blob
|
blame
|
history
diff --git
a/net/irda/irproc.c
b/net/irda/irproc.c
index b9ac598e2116345a7b05365c74adf95bbe5abd35..77cfdde9d82ff67585c436e28d2f9cbb538621e7 100644
(file)
--- a/
net/irda/irproc.c
+++ b/
net/irda/irproc.c
@@
-23,7
+23,6
@@
*
********************************************************************/
-#include <linux/miscdevice.h>
#include <linux/proc_fs.h>
#include <linux/seq_file.h>
#include <linux/module.h>