From: Jonathan Cameron <jic23@kernel.org>
To: Sachin Kamat <sachin.kamat@linaro.org>, linux-iio@vger.kernel.org
Subject: Re: [PATCH 1/4] iio: adc: mcp3422: Include linux/of.h header
Date: Fri, 18 Oct 2013 20:06:21 +0100 [thread overview]
Message-ID: <526186AD.2030109@kernel.org> (raw)
In-Reply-To: <1382097897-12818-1-git-send-email-sachin.kamat@linaro.org>
On 10/18/13 13:04, Sachin Kamat wrote:
> 'of_match_ptr' is defined in linux/of.h. Include it explicitly to
> avoid build breakage in the future.
>
> Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
All 4 applied to the togreg branch of iio.git
Thanks,
> ---
> drivers/iio/adc/mcp3422.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/iio/adc/mcp3422.c b/drivers/iio/adc/mcp3422.c
> index bc93f53..1294832 100644
> --- a/drivers/iio/adc/mcp3422.c
> +++ b/drivers/iio/adc/mcp3422.c
> @@ -20,6 +20,7 @@
> #include <linux/module.h>
> #include <linux/delay.h>
> #include <linux/sysfs.h>
> +#include <linux/of.h>
>
> #include <linux/iio/iio.h>
> #include <linux/iio/sysfs.h>
>
prev parent reply other threads:[~2013-10-18 18:05 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-10-18 12:04 [PATCH 1/4] iio: adc: mcp3422: Include linux/of.h header Sachin Kamat
2013-10-18 12:04 ` [PATCH 2/4] iio: adc: nau7802: " Sachin Kamat
2013-10-18 12:04 ` [PATCH 3/4] iio: adc: ti-adc081c: " Sachin Kamat
2013-10-18 12:04 ` [PATCH 4/4] iio: light: gp2ap020a00f: " Sachin Kamat
2013-10-18 19:06 ` Jonathan Cameron [this message]
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=526186AD.2030109@kernel.org \
--to=jic23@kernel.org \
--cc=linux-iio@vger.kernel.org \
--cc=sachin.kamat@linaro.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).