diff options
Diffstat (limited to 'include/linux/iio/sysfs.h')
-rw-r--r-- | include/linux/iio/sysfs.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/iio/sysfs.h b/include/linux/iio/sysfs.h index 8a1d18640ab9..9cd8f747212f 100644 --- a/include/linux/iio/sysfs.h +++ b/include/linux/iio/sysfs.h | |||
@@ -18,7 +18,8 @@ struct iio_chan_spec; | |||
18 | * struct iio_dev_attr - iio specific device attribute | 18 | * struct iio_dev_attr - iio specific device attribute |
19 | * @dev_attr: underlying device attribute | 19 | * @dev_attr: underlying device attribute |
20 | * @address: associated register address | 20 | * @address: associated register address |
21 | * @l: list head for maintaining list of dynamically created attrs. | 21 | * @l: list head for maintaining list of dynamically created attrs |
22 | * @c: specification for the underlying channel | ||
22 | */ | 23 | */ |
23 | struct iio_dev_attr { | 24 | struct iio_dev_attr { |
24 | struct device_attribute dev_attr; | 25 | struct device_attribute dev_attr; |