projects
/
linux.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
1740a24
..
2f03b2f
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>