From: Jonathan Cameron <jic23@kernel.org>
To: Phil Reid <preid@electromag.com.au>
Cc: knaack.h@gmx.de, lars@metafoo.de, pmeerw@pmeerw.net,
linux-iio@vger.kernel.org
Subject: Re: [PATCH 1/1] iio: buffer-dmaengine: Add missing header buffer_impl.h
Date: Tue, 13 Jun 2017 20:55:14 +0100 [thread overview]
Message-ID: <20170613205514.536a3336@kernel.org> (raw)
In-Reply-To: <1497330755-30742-1-git-send-email-preid@electromag.com.au>
On Tue, 13 Jun 2017 13:12:35 +0800
Phil Reid <preid@electromag.com.au> wrote:
> Add buffer_impl.h as buffer.h was split into interface for using and
> for internals. Without this industrialio-buffer-dmaengine.c fails
> to compile.
>
> Fixes:
> commit 33dd94cb972175249258329c4aaffddcc82c2005 ("iio:buffer.h - split
> into buffer.h and buffer_impl.h")
>
> Signed-off-by: Phil Reid <preid@electromag.com.au>
Applied to the fixes-togreg branch of iio.git.
Thanks,
Jonathan
> ---
> drivers/iio/buffer/industrialio-buffer-dmaengine.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/iio/buffer/industrialio-buffer-dmaengine.c b/drivers/iio/buffer/industrialio-buffer-dmaengine.c
> index 9fabed4..2b5a320 100644
> --- a/drivers/iio/buffer/industrialio-buffer-dmaengine.c
> +++ b/drivers/iio/buffer/industrialio-buffer-dmaengine.c
> @@ -14,6 +14,7 @@
>
> #include <linux/iio/iio.h>
> #include <linux/iio/buffer.h>
> +#include <linux/iio/buffer_impl.h>
> #include <linux/iio/buffer-dma.h>
> #include <linux/iio/buffer-dmaengine.h>
>
prev parent reply other threads:[~2017-06-13 19:55 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-06-13 5:12 [PATCH 1/1] iio: buffer-dmaengine: Add missing header buffer_impl.h Phil Reid
2017-06-13 19:55 ` 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=20170613205514.536a3336@kernel.org \
--to=jic23@kernel.org \
--cc=knaack.h@gmx.de \
--cc=lars@metafoo.de \
--cc=linux-iio@vger.kernel.org \
--cc=pmeerw@pmeerw.net \
--cc=preid@electromag.com.au \
/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).