commit | 2b827ad54111439b919605da90e122ecda88bad6 | [log] [tgz] |
---|---|---|
author | Jonathan Cameron <jic23@kernel.org> | Mon Jan 02 19:28:32 2017 +0000 |
committer | Jonathan Cameron <jic23@kernel.org> | Tue Jan 10 19:54:54 2017 +0000 |
tree | 2032805699057846a7823fcc890a84e69f3ccb31 | |
parent | 19a5a8a5dceeaea03aac6883541b4ec9ed42a833 [diff] |
iio:buffer: Push implementation of iio_device_attach_buffer into .c file This is a precursor to the splitting of buffer.h into parts relevant to buffer implementation vs those for devices using buffers. struct buffer is about to become opaque as far as the header is concerned. Signed-off-by: Jonathan Cameron <jic23@kernel.org> Reviewed-by: Lars-Peter Clausen <lars@metafoo.de>