summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbraham Arce <x0066660@ti.com>2011-04-07 08:44:03 +0100
committerAndy Green <andy.green@linaro.org>2011-04-07 08:44:03 +0100
commit3c817f455f5544f94ca0e908ca161f4c8be68d68 (patch)
tree81c57eabf0d8b57e22f1ee724090da40d6d7edd2
parent442f2fd12ebd26846ba0133c3d0faa5fc67af26d (diff)
OMAP4: Touchscreen: Header file dependency
Add correct header file to include kmalloc, kfree, kzalloc error: implicit declaration of function 'kmalloc' error: implicit declaration of function 'kfree' error: implicit declaration of function 'kzalloc' Signed-off-by: Abraham Arce <x0066660@ti.com>
-rw-r--r--drivers/input/touchscreen/syntm12xx.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/input/touchscreen/syntm12xx.c b/drivers/input/touchscreen/syntm12xx.c
index 02b0fc8ca25..2979fbad919 100644
--- a/drivers/input/touchscreen/syntm12xx.c
+++ b/drivers/input/touchscreen/syntm12xx.c
@@ -25,6 +25,7 @@
#include <linux/delay.h>
#include <linux/interrupt.h>
#include <linux/firmware.h>
+#include <linux/slab.h>
#include <plat/syntm12xx.h>