diff options
author | Jonathan Cameron <jic23@kernel.org> | 2017-01-02 19:28:24 +0000 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2017-01-10 19:54:49 +0000 |
commit | 78c9981f6132cb600d545007c91e300021b7caf3 (patch) | |
tree | a9ff299fb8a608d3be3661f1a61605bac73e9d9c /include | |
parent | 762227721fe6225be5b6d233ef681aea5871f5f3 (diff) | |
download | linux-78c9981f6132cb600d545007c91e300021b7caf3.tar.gz linux-78c9981f6132cb600d545007c91e300021b7caf3.tar.bz2 linux-78c9981f6132cb600d545007c91e300021b7caf3.zip |
iio:buffer: Stop exporting iio_update_demux
Nothing outside of indiustrialio-buffer.c should be using this.
Requires a large amount of juggling of functions to avoid a
forward definition.
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 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/iio/buffer.h b/include/linux/iio/buffer.h index 70a5164f4728..889d0f2f5d7b 100644 --- a/include/linux/iio/buffer.h +++ b/include/linux/iio/buffer.h @@ -168,8 +168,6 @@ static inline int iio_push_to_buffers_with_timestamp(struct iio_dev *indio_dev, return iio_push_to_buffers(indio_dev, data); } -int iio_update_demux(struct iio_dev *indio_dev); - bool iio_validate_scan_mask_onehot(struct iio_dev *indio_dev, const unsigned long *mask); |