summaryrefslogtreecommitdiff
path: root/drivers/staging
diff options
context:
space:
mode:
authorArve Hjønnevåg <arve@android.com>2010-04-20 22:33:05 -0700
committerDan Willemsen <dwillemsen@nvidia.com>2011-11-30 21:38:16 -0800
commit10e99eb49d65779ff4091d7e53842121739830ab (patch)
treeb0fd850f34c6db0e5896950388b3d388af251459 /drivers/staging
parent740f8ce2e1484d90c9de2aaac790460af838977a (diff)
android-common: include linux/slab.h
Change-Id: Ib9655177bfaf00bd5682e1ac0d7e813e16a47eea
Diffstat (limited to 'drivers/staging')
-rw-r--r--drivers/staging/android/timed_gpio.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/android/timed_gpio.c b/drivers/staging/android/timed_gpio.c
index a646107da26d..a64481c3e86d 100644
--- a/drivers/staging/android/timed_gpio.c
+++ b/drivers/staging/android/timed_gpio.c
@@ -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>