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
@@ -268,7 +268,6 @@ static int ad5764_read_raw(struct iio_dev *indio_dev,
|
||||
static const struct iio_info ad5764_info = {
|
||||
.read_raw = ad5764_read_raw,
|
||||
.write_raw = ad5764_write_raw,
|
||||
.driver_module = THIS_MODULE,
|
||||
};
|
||||
|
||||
static int ad5764_probe(struct spi_device *spi)
|
||||
|
Reference in New Issue
Block a user