mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-09 04:21:03 -04: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:
committed by
Greg Kroah-Hartman
parent
4cd8d87446
commit
159fe695ae
@@ -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)
|
||||
Reference in New Issue
Block a user