linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/7] Input: gpio_keys - Include linux/of.h header
@ 2013-09-27 11:52 Sachin Kamat
  2013-09-27 11:52 ` [PATCH 2/7] Input: gpio_keys_polled " Sachin Kamat
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Sachin Kamat @ 2013-09-27 11:52 UTC (permalink / raw)
  To: linux-input; +Cc: dmitry.torokhov, sachin.kamat

'of_match_ptr' is defined in linux/of.h. Include it explicitly.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
---
 drivers/input/keyboard/gpio_keys.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/input/keyboard/gpio_keys.c b/drivers/input/keyboard/gpio_keys.c
index 440ce32..2db1324 100644
--- a/drivers/input/keyboard/gpio_keys.c
+++ b/drivers/input/keyboard/gpio_keys.c
@@ -26,6 +26,7 @@
 #include <linux/gpio_keys.h>
 #include <linux/workqueue.h>
 #include <linux/gpio.h>
+#include <linux/of.h>
 #include <linux/of_platform.h>
 #include <linux/of_gpio.h>
 #include <linux/spinlock.h>
-- 
1.7.9.5


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2013-09-28 12:17 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-27 11:52 [PATCH 1/7] Input: gpio_keys - Include linux/of.h header Sachin Kamat
2013-09-27 11:52 ` [PATCH 2/7] Input: gpio_keys_polled " Sachin Kamat
2013-09-27 11:52 ` [PATCH 3/7] Input: pxa27x_keypad " Sachin Kamat
2013-09-27 11:52 ` [PATCH 4/7] Input: pwm-beeper " Sachin Kamat
2013-09-27 11:52 ` [PATCH 5/7] Input: rotary_encoder " Sachin Kamat
2013-09-27 11:52 ` [PATCH 6/7] Input: egalax_ts " Sachin Kamat
2013-09-28 12:17   ` Sachin Kamat
2013-09-27 11:52 ` [PATCH 7/7] Input: st1232 " Sachin Kamat

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).