diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2013-10-06 03:56:40 -0400 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2013-10-06 04:22:29 -0400 |
commit | 4d6e482675f13e33599fc3d18fc723959be0a9b6 (patch) | |
tree | b47ed6093ebc128e2a8893215d6629e51d490c60 /drivers/input/touchscreen | |
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/touchscreen')
-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 @@ | |||
24 | #include <linux/input.h> | 24 | #include <linux/input.h> |
25 | #include <linux/interrupt.h> | 25 | #include <linux/interrupt.h> |
26 | #include <linux/module.h> | 26 | #include <linux/module.h> |
27 | #include <linux/of.h> | ||
27 | #include <linux/of_gpio.h> | 28 | #include <linux/of_gpio.h> |
28 | #include <linux/pm_qos.h> | 29 | #include <linux/pm_qos.h> |
29 | #include <linux/slab.h> | 30 | #include <linux/slab.h> |