Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7981dc07 authored by Phil Reid's avatar Phil Reid Committed by Jonathan Cameron
Browse files

iio: buffer-dmaengine: Add missing header buffer_impl.h



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 33dd94cb ("iio:buffer.h - split
into buffer.h and buffer_impl.h")

Signed-off-by: default avatarPhil Reid <preid@electromag.com.au>
Signed-off-by: default avatarJonathan Cameron <jic23@kernel.org>
parent 838519b8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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>