diff options
author | Jonathan Cameron <jic23@kernel.org> | 2017-07-23 17:25:47 +0100 |
---|---|---|
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2017-08-22 21:22:25 +0100 |
commit | 52b31bcc9372f2925f4898d179c655687c4aa179 (patch) | |
tree | 4014c55eb5fcb1f7fc1d0da264ed0954e073bc27 /drivers/iio/adc/ti-adc108s102.c | |
parent | 04581681df3048b7819c25419de1ea73a2832808 (diff) | |
download | linux-stable-52b31bcc9372f2925f4898d179c655687c4aa179.tar.gz |
iio:adc: drop assign iio_info.driver_module and iio_trigger_ops.owner
The equivalent of both of these are now done via macro magic when
the relevant register calls are made. The actual structure
elements will shortly go away.
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Reviewed-by: Lars-Peter Clausen <lars@metafoo.de>
Diffstat (limited to 'drivers/iio/adc/ti-adc108s102.c')
-rw-r--r-- | drivers/iio/adc/ti-adc108s102.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/iio/adc/ti-adc108s102.c b/drivers/iio/adc/ti-adc108s102.c index de4e5ac98c6e..841203edaac5 100644 --- a/drivers/iio/adc/ti-adc108s102.c +++ b/drivers/iio/adc/ti-adc108s102.c @@ -220,7 +220,6 @@ static int adc108s102_read_raw(struct iio_dev *indio_dev, static const struct iio_info adc108s102_info = { .read_raw = &adc108s102_read_raw, .update_scan_mode = &adc108s102_update_scan_mode, - .driver_module = THIS_MODULE, }; static int adc108s102_probe(struct spi_device *spi) |