summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJonathan Cameron <jic23@kernel.org>2017-01-02 19:28:24 +0000
committerJonathan Cameron <jic23@kernel.org>2017-01-10 19:54:49 +0000
commit78c9981f6132cb600d545007c91e300021b7caf3 (patch)
treea9ff299fb8a608d3be3661f1a61605bac73e9d9c /include
parent762227721fe6225be5b6d233ef681aea5871f5f3 (diff)
downloadop-kernel-dev-78c9981f6132cb600d545007c91e300021b7caf3.zip
op-kernel-dev-78c9981f6132cb600d545007c91e300021b7caf3.tar.gz
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.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/iio/buffer.h b/include/linux/iio/buffer.h
index 70a5164..889d0f2 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);
OpenPOWER on IntegriCloud