diff options
author | Sachin Kamat | 2013-10-06 00:56:40 -0700 |
---|---|---|
committer | Dmitry Torokhov | 2013-10-06 01:22:29 -0700 |
commit | 4d6e482675f13e33599fc3d18fc723959be0a9b6 (patch) | |
tree | b47ed6093ebc128e2a8893215d6629e51d490c60 /drivers/input | |
parent | 2e45e539a90afbfe572edc0f34ae367a080de360 (diff) |
Input: st1232 - include linux/of.h header
'of_match_ptr' is defined in linux/of.h. Include it explicitly.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input')
-rw-r--r-- | drivers/input/touchscreen/st1232.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/input/touchscreen/st1232.c b/drivers/input/touchscreen/st1232.c index 1740a2496371..2f03b2f289dd 100644 --- a/drivers/input/touchscreen/st1232.c +++ b/drivers/input/touchscreen/st1232.c @@ -24,6 +24,7 @@ #include <linux/input.h> #include <linux/interrupt.h> #include <linux/module.h> +#include <linux/of.h> #include <linux/of_gpio.h> #include <linux/pm_qos.h> #include <linux/slab.h> |