iio: buffer-dmaengine: Add missing header buffer_impl.h
authorPhil Reid <preid@electromag.com.au>
Tue, 13 Jun 2017 05:12:35 +0000 (13:12 +0800)
committerJonathan Cameron <jic23@kernel.org>
Tue, 13 Jun 2017 19:56:05 +0000 (20:56 +0100)
commit7981dc07fe317e3506d706e5ef91b94da02656f4
treee9bdc9995c406ae5adad5073d98c7c6ed3f6658a
parent838519b89fa7e162f7190c70d888a65ee7889e12
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 33dd94cb972175249258329c4aaffddcc82c2005 ("iio:buffer.h - split
into buffer.h and buffer_impl.h")

Signed-off-by: Phil Reid <preid@electromag.com.au>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
drivers/iio/buffer/industrialio-buffer-dmaengine.c