Commit c872b0fccc6e086beea0a7b3b4123b7d0e75a868

Authored by Jiri Kosina
1 parent 0c3910c255

HID: egalax: update slab.h include

Implicit slab.h inclusion via percpu.h is about to go away.  Make sure
slab.h is included as necessary.

Signed-off-by: Jiri Kosina <jkosina@suse.cz>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

drivers/hid/hid-egalax.c
... ... @@ -16,6 +16,7 @@
16 16 #include <linux/hid.h>
17 17 #include <linux/module.h>
18 18 #include <linux/usb.h>
  19 +#include <linux/slab.h>
19 20 #include "usbhid/usbhid.h"
20 21  
21 22 MODULE_AUTHOR("Stephane Chatty <chatty@enac.fr>");