All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sachin Kamat <sachin.kamat@linaro.org>
To: linux-input@vger.kernel.org
Cc: dmitry.torokhov@gmail.com, sachin.kamat@linaro.org
Subject: [PATCH 6/7] Input: egalax_ts - Include linux/of.h header
Date: Fri, 27 Sep 2013 17:22:08 +0530	[thread overview]
Message-ID: <1380282729-26669-6-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/touchscreen/egalax_ts.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/input/touchscreen/egalax_ts.c b/drivers/input/touchscreen/egalax_ts.c
index ef5fcb0..c856fbc 100644
--- a/drivers/input/touchscreen/egalax_ts.c
+++ b/drivers/input/touchscreen/egalax_ts.c
@@ -28,6 +28,7 @@
 #include <linux/slab.h>
 #include <linux/bitops.h>
 #include <linux/input/mt.h>
+#include <linux/of.h>
 #include <linux/of_gpio.h>
 
 /*
-- 
1.7.9.5


  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 ` [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 ` Sachin Kamat [this message]
2013-09-28 12:17   ` [PATCH 6/7] Input: egalax_ts " 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-6-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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.