commit | 19a5a8a5dceeaea03aac6883541b4ec9ed42a833 | [log] [tgz] |
---|---|---|
author | Jonathan Cameron <jic23@kernel.org> | Mon Jan 02 19:28:31 2017 +0000 |
committer | Jonathan Cameron <jic23@kernel.org> | Tue Jan 10 19:54:53 2017 +0000 |
tree | c9a974fa3599cf8fc7adece507bde562361b491d | |
parent | 8abd5ba53962854c3a1c21d04fa6fdba54cc0ee1 [diff] |
iio:buffer.h include pushdown into buffer implementations These were only getting access to the internals of struct iio_dev via the include of iio.h within buffer.h. This should always have been explicitly included by the buffer implementations themselves. Signed-off-by: Jonathan Cameron <jic23@kernel.org> Reviewed-by: Lars-Peter Clausen <lars@metafoo.de>