commit | 882ead325b167cdab89f58f871dabf9de5ac87a4 | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@redhat.com> | Tue Dec 29 10:37:38 2009 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Sun Jan 17 11:31:36 2010 -0200 |
tree | d028cac4991a652a727249e1ce5079d5b14fc040 | |
parent | ceafe1d2fe33e92691bfdbd5a93ed259c3da7b60 [diff] [blame] |
V4L/DVB (13858): ir-keytable: use the right header We don't need linux/usb/input.h but, instead, linux/input.h Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
diff --git a/drivers/media/IR/ir-keytable.c b/drivers/media/IR/ir-keytable.c index bff7a53..b521ed9 100644 --- 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