diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/hid/hid-roccat-kone.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hid/hid-roccat-kone.c b/drivers/hid/hid-roccat-kone.c index 2b1412e4ff6f..7b1178496621 100644 --- a/drivers/hid/hid-roccat-kone.c +++ b/drivers/hid/hid-roccat-kone.c | |||
@@ -35,6 +35,7 @@ | |||
35 | #include <linux/hid.h> | 35 | #include <linux/hid.h> |
36 | #include <linux/usb.h> | 36 | #include <linux/usb.h> |
37 | #include <linux/module.h> | 37 | #include <linux/module.h> |
38 | #include <linux/slab.h> | ||
38 | #include "hid-ids.h" | 39 | #include "hid-ids.h" |
39 | #include "hid-roccat-kone.h" | 40 | #include "hid-roccat-kone.h" |
40 | 41 | ||