iio:dac: drop assignment of iio_info.driver_module
The equivalent of this is now done via macro magic when the relevant register call is made. The actual structure element will shortly go away. Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com> Reviewed-by: Lars-Peter Clausen <lars@metafoo.de>
This commit is contained in:

committed by
Jonathan Cameron

parent
d5b531a8bc
commit
ea9e3f3588
@@ -474,7 +474,6 @@ static const struct iio_info ad5592r_info = {
|
||||
.read_raw = ad5592r_read_raw,
|
||||
.write_raw = ad5592r_write_raw,
|
||||
.write_raw_get_fmt = ad5592r_write_raw_get_fmt,
|
||||
.driver_module = THIS_MODULE,
|
||||
};
|
||||
|
||||
static ssize_t ad5592r_show_scale_available(struct iio_dev *iio_dev,
|
||||
|
Reference in New Issue
Block a user