From: Sachin Kamat <sachin.kamat@linaro.org>
To: linux-input@vger.kernel.org
Cc: dmitry.torokhov@gmail.com, sachin.kamat@linaro.org
Subject: [PATCH 1/7] Input: gpio_keys - Include linux/of.h header
Date: Fri, 27 Sep 2013 17:22:03 +0530 [thread overview]
Message-ID: <1380282729-26669-1-git-send-email-sachin.kamat@linaro.org> (raw)
'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
next reply other threads:[~2013-09-27 11:52 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-09-27 11:52 Sachin Kamat [this message]
2013-09-27 11:52 ` [PATCH 2/7] Input: gpio_keys_polled - Include linux/of.h header 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1380282729-26669-1-git-send-email-sachin.kamat@linaro.org \
--to=sachin.kamat@linaro.org \
--cc=dmitry.torokhov@gmail.com \
--cc=linux-input@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).