diff options
Diffstat (limited to 'drivers/hid/hid-core.c')
-rw-r--r-- | drivers/hid/hid-core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hid/hid-core.c b/drivers/hid/hid-core.c index 49f18f5b2514..0796f64b3c54 100644 --- a/drivers/hid/hid-core.c +++ b/drivers/hid/hid-core.c | |||
@@ -28,11 +28,11 @@ | |||
28 | #include <linux/input.h> | 28 | #include <linux/input.h> |
29 | #include <linux/wait.h> | 29 | #include <linux/wait.h> |
30 | 30 | ||
31 | #undef DEBUG | ||
32 | #undef DEBUG_DATA | 31 | #undef DEBUG_DATA |
33 | 32 | ||
34 | #include <linux/hid.h> | 33 | #include <linux/hid.h> |
35 | #include <linux/hiddev.h> | 34 | #include <linux/hiddev.h> |
35 | #include <linux/hid-debug.h> | ||
36 | 36 | ||
37 | /* | 37 | /* |
38 | * Version Information | 38 | * Version Information |