summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
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 6e428d96d570..15607b45221a 100644
--- a/include/linux/iio/buffer.h
+++ b/include/linux/iio/buffer.h
@@ -206,8 +206,6 @@ ssize_t iio_buffer_show_enable(struct device *dev,
206 iio_buffer_show_enable, \ 206 iio_buffer_show_enable, \
207 iio_buffer_store_enable) 207 iio_buffer_store_enable)
208 208
209int iio_sw_buffer_preenable(struct iio_dev *indio_dev);
210
211bool iio_validate_scan_mask_onehot(struct iio_dev *indio_dev, 209bool iio_validate_scan_mask_onehot(struct iio_dev *indio_dev,
212 const unsigned long *mask); 210 const unsigned long *mask);
213 211