diff options
Diffstat (limited to 'drivers/usb/input/itmtouch.c')
| -rw-r--r-- | drivers/usb/input/itmtouch.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/usb/input/itmtouch.c b/drivers/usb/input/itmtouch.c index 7618ae5c104f..5c570cc703f3 100644 --- a/drivers/usb/input/itmtouch.c +++ b/drivers/usb/input/itmtouch.c | |||
| @@ -42,11 +42,9 @@ | |||
| 42 | #include <linux/config.h> | 42 | #include <linux/config.h> |
| 43 | #include <linux/kernel.h> | 43 | #include <linux/kernel.h> |
| 44 | #include <linux/slab.h> | 44 | #include <linux/slab.h> |
| 45 | #include <linux/input.h> | ||
| 46 | #include <linux/module.h> | 45 | #include <linux/module.h> |
| 47 | #include <linux/init.h> | 46 | #include <linux/init.h> |
| 48 | #include <linux/usb.h> | 47 | #include <linux/usb/input.h> |
| 49 | #include <linux/usb_input.h> | ||
| 50 | 48 | ||
| 51 | /* only an 8 byte buffer necessary for a single packet */ | 49 | /* only an 8 byte buffer necessary for a single packet */ |
| 52 | #define ITM_BUFSIZE 8 | 50 | #define ITM_BUFSIZE 8 |
