diff options
Diffstat (limited to 'drivers/input/touchscreen/mcs5000_ts.c')
| -rw-r--r-- | drivers/input/touchscreen/mcs5000_ts.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/input/touchscreen/mcs5000_ts.c b/drivers/input/touchscreen/mcs5000_ts.c index 4c28b89757f..ce8ab0269f6 100644 --- a/drivers/input/touchscreen/mcs5000_ts.c +++ b/drivers/input/touchscreen/mcs5000_ts.c @@ -20,6 +20,7 @@  #include <linux/interrupt.h>  #include <linux/input.h>  #include <linux/irq.h> +#include <linux/slab.h>  /* Registers */  #define MCS5000_TS_STATUS		0x00  |