OSDN Git Service

android-common: include linux/slab.h
authorArve Hjønnevåg <arve@android.com>
Wed, 21 Apr 2010 05:33:05 +0000 (22:33 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 30 Nov 2011 11:27:13 +0000 (20:27 +0900)
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/android/timed_gpio.c

index be7cdaa..3bfe6e0 100644 (file)
@@ -16,6 +16,7 @@
 
 #include <linux/module.h>
 #include <linux/platform_device.h>
+#include <linux/slab.h>
 #include <linux/hrtimer.h>
 #include <linux/err.h>
 #include <linux/gpio.h>