Skip to content

Commit

Permalink
V4L/DVB (13858): ir-keytable: use the right header
Browse files Browse the repository at this point in the history
We don't need linux/usb/input.h but, instead, linux/input.h

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Mauro Carvalho Chehab committed Jan 17, 2010
1 parent ceafe1d commit 882ead3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/IR/ir-keytable.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
*/


#include <linux/usb/input.h>
#include <linux/input.h>
#include <media/ir-common.h>

#define IR_TAB_MIN_SIZE 32
Expand Down

0 comments on commit 882ead3

Please sign in to comment.