diff options
Diffstat (limited to 'drivers/usb/input/hid-ff.c')
-rw-r--r-- | drivers/usb/input/hid-ff.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/input/hid-ff.c b/drivers/usb/input/hid-ff.c index a8fc46c721c5..4187f4ee9a9c 100644 --- a/drivers/usb/input/hid-ff.c +++ b/drivers/usb/input/hid-ff.c | |||
@@ -32,7 +32,7 @@ | |||
32 | #undef DEBUG | 32 | #undef DEBUG |
33 | #include <linux/usb.h> | 33 | #include <linux/usb.h> |
34 | 34 | ||
35 | #include "hid.h" | 35 | #include <linux/hid.h> |
36 | 36 | ||
37 | /* | 37 | /* |
38 | * This table contains pointers to initializers. To add support for new | 38 | * This table contains pointers to initializers. To add support for new |