projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ceafe1d
)
V4L/DVB (13858): ir-keytable: use the right header
author
Mauro Carvalho Chehab
<mchehab@redhat.com>
Tue, 29 Dec 2009 13:37:38 +0000
(10:37 -0300)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
Sun, 17 Jan 2010 13:31:36 +0000
(11:31 -0200)
We don't need linux/usb/input.h but, instead, linux/input.h
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/IR/ir-keytable.c
patch
|
blob
|
history
diff --git
a/drivers/media/IR/ir-keytable.c
b/drivers/media/IR/ir-keytable.c
index bff7a5356037bc6172cd21e95605572a92ed34b0..b521ed9d6e2e3e75b37507ab1e3c74f516d79fab 100644
(file)
--- a/
drivers/media/IR/ir-keytable.c
+++ b/
drivers/media/IR/ir-keytable.c
@@
-13,7
+13,7
@@
*/
-#include <linux/
usb/
input.h>
+#include <linux/input.h>
#include <media/ir-common.h>
#define IR_TAB_MIN_SIZE 32