diff options
Diffstat (limited to 'drivers/usb/input/hid-pidff.c')
-rw-r--r-- | drivers/usb/input/hid-pidff.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/usb/input/hid-pidff.c b/drivers/usb/input/hid-pidff.c index 5420c13eb8eb..b4caea3864e3 100644 --- a/drivers/usb/input/hid-pidff.c +++ b/drivers/usb/input/hid-pidff.c | |||
@@ -28,7 +28,9 @@ | |||
28 | #include <linux/input.h> | 28 | #include <linux/input.h> |
29 | #include <linux/usb.h> | 29 | #include <linux/usb.h> |
30 | 30 | ||
31 | #include "hid.h" | 31 | #include <linux/hid.h> |
32 | |||
33 | #include "usbhid.h" | ||
32 | 34 | ||
33 | #define PID_EFFECTS_MAX 64 | 35 | #define PID_EFFECTS_MAX 64 |
34 | 36 | ||