]> 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)
commit3b66eb882975eea6498ed3344f6d4decd0b9b40a
treee9bdc9995c406ae5adad5073d98c7c6ed3f6658a
parent6774493b62760bb76284b032044f164b7d647f71
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 5220a3f01000fe1aaf74f578a83954868ac35c9b ("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