linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/1] iio: buffer-dmaengine: Add missing header buffer_impl.h
@ 2017-06-13  5:12 Phil Reid
  2017-06-13 19:55 ` Jonathan Cameron
  0 siblings, 1 reply; 2+ messages in thread
From: Phil Reid @ 2017-06-13  5:12 UTC (permalink / raw)
  To: jic23, knaack.h, lars, pmeerw, preid, linux-iio

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>
---
 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>
 
-- 
1.8.3.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 1/1] iio: buffer-dmaengine: Add missing header buffer_impl.h
  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
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Cameron @ 2017-06-13 19:55 UTC (permalink / raw)
  To: Phil Reid; +Cc: knaack.h, lars, pmeerw, linux-iio

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>
>  


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-06-13 19:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 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).