mirror of
https://github.com/lkl/linux.git
synced 2025-12-19 16:13:19 +09:00
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>
This commit is contained in:
committed by
Jonathan Cameron
parent
fc02a7315b
commit
21232b4456
@@ -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);
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user