projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e45e53
)
Input: st1232 - include linux/of.h header
author
Sachin Kamat
<sachin.kamat@linaro.org>
Sun, 6 Oct 2013 07:56:40 +0000
(
00:56
-0700)
committer
Dmitry Torokhov
<dmitry.torokhov@gmail.com>
Sun, 6 Oct 2013 08:22:29 +0000
(
01:22
-0700)
'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>
drivers/input/touchscreen/st1232.c
patch
|
blob
|
history
diff --git
a/drivers/input/touchscreen/st1232.c
b/drivers/input/touchscreen/st1232.c
index 1740a2496371d5988d2d550a4312988bafcf850b..2f03b2f289dd365fe3053338d09d049b7d724244 100644
(file)
--- 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>