]> git.baikalelectronics.ru Git - kernel.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)
commitb09f7a90a0abd1b835df0f20fc8fb6f3edb0f0e0
tree15b87e14cbd25f4482ab60cfa78986a400013cfc
parent91db5b27420c42934f170dd18c7bad82d2c56547
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 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-dma.c