aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/iio
diff options
context:
space:
mode:
authorAlexandru Ardelean <alexandru.ardelean@analog.com>2020-09-29 15:59:49 +0300
committerJonathan Cameron <Jonathan.Cameron@huawei.com>2020-11-21 14:53:37 +0000
commit21232b4456ba5e1eea7385bd3c4b1994994fd409 (patch)
tree7c9e611d5d7d16a7873487b479b30134b71a8919 /include/linux/iio
parentiio: hid-sensors: use iio_triggered_buffer_setup_ext() (diff)
downloadlinux-dev-21232b4456ba5e1eea7385bd3c4b1994994fd409.tar.xz
linux-dev-21232b4456ba5e1eea7385bd3c4b1994994fd409.zip
iio: buffer: remove iio_buffer_set_attrs() helper
The iio_buffer_set_attrs() is no longer used in the drivers, so it can be removed now. Signed-off-by: Alexandru Ardelean <alexandru.ardelean@analog.com> Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com> Link: https://lore.kernel.org/r/20200929125949.69934-10-alexandru.ardelean@analog.com Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'include/linux/iio')
-rw-r--r--include/linux/iio/buffer.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/iio/buffer.h b/include/linux/iio/buffer.h
index fbba4093f06c..8febc23f5f26 100644
--- a/include/linux/iio/buffer.h
+++ b/include/linux/iio/buffer.h
@@ -11,9 +11,6 @@
struct iio_buffer;
-void iio_buffer_set_attrs(struct iio_buffer *buffer,
- const struct attribute **attrs);
-
int iio_push_to_buffers(struct iio_dev *indio_dev, const void *data);
/**