mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-29 23:53:32 +00:00
staging:iio:dac: Remove dac.h
Now that all drivers have been converted to channel spec, we can finally remove the dac.h file since it is no longer used. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Acked-by: Jonathan Cameron <jic23@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
4cd8d87446
commit
159fe695ae
1 changed files with 0 additions and 6 deletions
|
@ -1,6 +0,0 @@
|
|||
/*
|
||||
* dac.h - sysfs attributes associated with DACs
|
||||
*/
|
||||
|
||||
#define IIO_DEV_ATTR_OUT_RAW(_num, _store, _addr) \
|
||||
IIO_DEVICE_ATTR(out_voltage##_num##_raw, S_IWUSR, NULL, _store, _addr)
|
Loading…
Reference in a new issue