]> git.karo-electronics.de Git - karo-tx-linux.git/commit
iio: buffer-dma: Add missing header buffer_impl.h
authorPhil Reid <preid@electromag.com.au>
Tue, 13 Jun 2017 02:31:36 +0000 (10:31 +0800)
committerJonathan Cameron <jic23@kernel.org>
Tue, 13 Jun 2017 19:55:59 +0000 (20:55 +0100)
commit838519b89fa7e162f7190c70d888a65ee7889e12
tree15b87e14cbd25f4482ab60cfa78986a400013cfc
parent103a07d4278203d6299798cd74cdc4d209801cac
iio: buffer-dma: 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-dma.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-dma.c