Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

iio: Remove IIO_DEV_ATTR_RESET macro

There are no users of this macro left and we have come to the conclusion that it
is not a good idea to expose the raw chip reset to userspace so the macro is
very unlikely to be used in new drivers.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>

authored by

Lars-Peter Clausen and committed by
Jonathan Cameron
60b188f0 661a60b1

-5
-5
include/linux/iio/sysfs.h
··· 73 73 .dev_attr = __ATTR(_name, S_IRUGO, iio_read_const_attr, NULL)} 74 74 75 75 /* Generic attributes of onetype or another */ 76 - /** 77 - * IIO_DEV_ATTR_RESET: resets the device 78 - **/ 79 - #define IIO_DEV_ATTR_RESET(_store) \ 80 - IIO_DEVICE_ATTR(reset, S_IWUSR, NULL, _store, 0) 81 76 82 77 /** 83 78 * IIO_DEV_ATTR_SAMP_FREQ - sets any internal clock frequency