mirror of
https://github.com/torvalds/linux.git
synced 2024-11-12 15:11:50 +00:00
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>
This commit is contained in:
parent
ceafe1d2fe
commit
882ead325b
@ -13,7 +13,7 @@
|
||||
*/
|
||||
|
||||
|
||||
#include <linux/usb/input.h>
|
||||
#include <linux/input.h>
|
||||
#include <media/ir-common.h>
|
||||
|
||||
#define IR_TAB_MIN_SIZE 32
|
||||
|
Loading…
Reference in New Issue
Block a user