aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/adc/lpc32xx_adc.c
diff options
context:
space:
mode:
authorJonathan Cameron <jic23@kernel.org>2017-07-23 17:25:47 +0100
committerJonathan Cameron <Jonathan.Cameron@huawei.com>2017-08-22 21:22:25 +0100
commit52b31bcc9372f2925f4898d179c655687c4aa179 (patch)
tree4014c55eb5fcb1f7fc1d0da264ed0954e073bc27 /drivers/iio/adc/lpc32xx_adc.c
parentiio:trigger: Remove necessity to have a trig->ops structure. (diff)
downloadlinux-dev-52b31bcc9372f2925f4898d179c655687c4aa179.tar.xz
linux-dev-52b31bcc9372f2925f4898d179c655687c4aa179.zip
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/lpc32xx_adc.c')
-rw-r--r--drivers/iio/adc/lpc32xx_adc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/iio/adc/lpc32xx_adc.c b/drivers/iio/adc/lpc32xx_adc.c
index 6a5b9a9bc662..20b36690fa4f 100644
--- a/drivers/iio/adc/lpc32xx_adc.c
+++ b/drivers/iio/adc/lpc32xx_adc.c
@@ -104,7 +104,6 @@ static int lpc32xx_read_raw(struct iio_dev *indio_dev,
static const struct iio_info lpc32xx_adc_iio_info = {
.read_raw = &lpc32xx_read_raw,
- .driver_module = THIS_MODULE,
};
#define LPC32XX_ADC_CHANNEL(_index) { \