projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f26e881
)
Input: joydev - remove unused linux/miscdevice.h include
author
Corentin Labbe
<clabbe.montjoie@gmail.com>
Fri, 16 Dec 2016 22:43:39 +0000
(14:43 -0800)
committer
Dmitry Torokhov
<dmitry.torokhov@gmail.com>
Sun, 18 Dec 2016 23:55:47 +0000
(15:55 -0800)
This patch remove the inclusion of linux/miscdevice.h for joydev
since it does not use miscdevice.
Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/joydev.c
patch
|
blob
|
history
diff --git
a/drivers/input/joydev.c
b/drivers/input/joydev.c
index
f3135ae
..
abd18f3
100644
(file)
--- a/
drivers/input/joydev.c
+++ b/
drivers/input/joydev.c
@@
-22,7
+22,6
@@
#include <linux/sched.h>
#include <linux/slab.h>
#include <linux/mm.h>
-#include <linux/miscdevice.h>
#include <linux/module.h>
#include <linux/poll.h>
#include <linux/init.h>