diff options
author | Jonathan Cameron <jic23@kernel.org> | 2017-01-02 20:28:28 +0100 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2017-01-10 20:54:51 +0100 |
commit | 315a19eca0e7cbae1bef7f43b36fdcfc33f248f6 (patch) | |
tree | dd2633715e4a7708a9e947e8b374116676346476 /include | |
parent | iio:buffer: Stop exporting iio_scan_mask_query (diff) | |
download | linux-315a19eca0e7cbae1bef7f43b36fdcfc33f248f6.tar.xz linux-315a19eca0e7cbae1bef7f43b36fdcfc33f248f6.zip |
iio:buffers: Push some docs down into the .c file.
Ancient legacy of me doing it wrong which it is nice to clear
up whilst we are here.
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Reviewed-by: Lars-Peter Clausen <lars@metafoo.de>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/iio/buffer.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/linux/iio/buffer.h b/include/linux/iio/buffer.h index 635aa87eb5e9..cd77ed14eb7f 100644 --- a/include/linux/iio/buffer.h +++ b/include/linux/iio/buffer.h @@ -161,11 +161,6 @@ int iio_update_buffers(struct iio_dev *indio_dev, **/ void iio_buffer_init(struct iio_buffer *buffer); -/** - * iio_push_to_buffers() - push to a registered buffer. - * @indio_dev: iio_dev structure for device. - * @data: Full scan. - */ int iio_push_to_buffers(struct iio_dev *indio_dev, const void *data); /* |