diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-12-29 14:37:38 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-01-17 14:31:36 +0100 |
commit | 882ead325b167cdab89f58f871dabf9de5ac87a4 (patch) | |
tree | d028cac4991a652a727249e1ce5079d5b14fc040 /drivers/media/IR | |
parent | feature-removal-schedule: Add v4l1 drivers obsoleted by gspca sub drivers (diff) | |
download | linux-882ead325b167cdab89f58f871dabf9de5ac87a4.tar.xz linux-882ead325b167cdab89f58f871dabf9de5ac87a4.zip |
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>
Diffstat (limited to 'drivers/media/IR')
-rw-r--r-- | drivers/media/IR/ir-keytable.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/IR/ir-keytable.c b/drivers/media/IR/ir-keytable.c index bff7a5356037..b521ed9d6e2e 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 |