diff options
author | Abraham Arce <x0066660@ti.com> | 2011-05-31 09:24:52 +0100 |
---|---|---|
committer | Andy Green <andy.green@linaro.org> | 2011-05-31 11:06:22 +0100 |
commit | 4c8964718db6bc08c566d3dfc2cf2dab98690f2a (patch) | |
tree | b8fa22f479506f7765b55dd064a63438f2c11085 | |
parent | 72f3106d35d7b612286b1bd0936cef0e416a9999 (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.c | 1 |
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> |