diff options
author | Tejun Heo <tj@kernel.org> | 2010-03-29 13:52:41 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-03-29 18:41:35 -0400 |
commit | ed28f04b2753ce1b07b9c3dab7d186c43ce19e8c (patch) | |
tree | 8eba4ce1862a669b5a2bf745e3311eb808db639f /drivers/hid/hid-roccat-kone.c | |
parent | 23d386d85a9144612c4a13733aa1ca6e5a21f4a2 (diff) |
HID: update gfp/slab.h includes
Implicit slab.h inclusion via percpu.h is about to go away. Make sure
gfp.h or slab.h is included as necessary.
Signed-off-by: Tejun Heo <tj@kernel.org>
Cc: Stephen Rothwell <sfr@canb.auug.org.au>
Cc: Jiri Kosina <jkosina@suse.cz>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/hid-roccat-kone.c')
-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 | ||