]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit59da1794c0e0c4b01b0a6f3271ea3ceccc839634
treee9bdc9995c406ae5adad5073d98c7c6ed3f6658a
parentb09f7a90a0abd1b835df0f20fc8fb6f3edb0f0e0
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 0950b68dbbec233313454eeb4cb209a07d685afc ("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