summaryrefslogtreecommitdiffstats
path: root/drivers/iio/adc
diff options
context:
space:
mode:
authorJonathan Cameron2017-09-26 09:05:08 +0200
committerGreg Kroah-Hartman2017-09-26 09:38:57 +0200
commitf4052efe310af212531471244a1ea5b388ab6cbc (patch)
treed2c98ff251e096c291f84f268537ea7f52903acc /drivers/iio/adc
parentMerge tag 'iio-for-4.15a' of git://git.kernel.org/pub/scm/linux/kernel/git/ji... (diff)
downloadkernel-qcow2-linux-f4052efe310af212531471244a1ea5b388ab6cbc.tar.gz
kernel-qcow2-linux-f4052efe310af212531471244a1ea5b388ab6cbc.tar.xz
kernel-qcow2-linux-f4052efe310af212531471244a1ea5b388ab6cbc.zip
iio:stm32-lp-timer and ep93xx: 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 have gone away. Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/iio/adc')
-rw-r--r--drivers/iio/adc/ep93xx_adc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/iio/adc/ep93xx_adc.c b/drivers/iio/adc/ep93xx_adc.c
index a179ac476c6d..81c901507ad2 100644
--- a/drivers/iio/adc/ep93xx_adc.c
+++ b/drivers/iio/adc/ep93xx_adc.c
@@ -150,7 +150,6 @@ static int ep93xx_read_raw(struct iio_dev *iiodev,
}
static const struct iio_info ep93xx_adc_info = {
- .driver_module = THIS_MODULE,
.read_raw = ep93xx_read_raw,
};