From: Sachin Kamat <sachin.kamat@linaro.org>
To: linux-input@vger.kernel.org
Cc: dmitry.torokhov@gmail.com, sachin.kamat@linaro.org
Subject: [PATCH 4/7] Input: pwm-beeper - Include linux/of.h header
Date: Fri, 27 Sep 2013 17:22:06 +0530 [thread overview]
Message-ID: <1380282729-26669-4-git-send-email-sachin.kamat@linaro.org> (raw)
In-Reply-To: <1380282729-26669-1-git-send-email-sachin.kamat@linaro.org>
'of_match_ptr' is defined in linux/of.h. Include it explicitly.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
---
drivers/input/misc/pwm-beeper.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/input/misc/pwm-beeper.c b/drivers/input/misc/pwm-beeper.c
index 2ff4d1c..940566e 100644
--- a/drivers/input/misc/pwm-beeper.c
+++ b/drivers/input/misc/pwm-beeper.c
@@ -16,6 +16,7 @@
#include <linux/input.h>
#include <linux/module.h>
#include <linux/kernel.h>
+#include <linux/of.h>
#include <linux/platform_device.h>
#include <linux/pwm.h>
#include <linux/slab.h>
--
1.7.9.5
next prev parent 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 [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 ` Sachin Kamat [this message]
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-4-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).