aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/humidity/si7020.c
diff options
context:
space:
mode:
authorJonathan Cameron <jic23@kernel.org>2017-07-23 17:25:58 +0100
committerJonathan Cameron <Jonathan.Cameron@huawei.com>2017-08-22 21:30:20 +0100
commit13a8c6c2a1138309dcf7744cb4db7aea54d8085a (patch)
tree8d8e99f4e02c475ac3e62bb8848f5ea248ec6a25 /drivers/iio/humidity/si7020.c
parentiio:health: drop assign iio_info.driver_module and iio_trigger_ops.owner (diff)
downloadlinux-dev-13a8c6c2a1138309dcf7744cb4db7aea54d8085a.tar.xz
linux-dev-13a8c6c2a1138309dcf7744cb4db7aea54d8085a.zip
iio:humidity: 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/humidity/si7020.c')
-rw-r--r--drivers/iio/humidity/si7020.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/iio/humidity/si7020.c b/drivers/iio/humidity/si7020.c
index 345a7656c5ef..1b2ec8df1a72 100644
--- a/drivers/iio/humidity/si7020.c
+++ b/drivers/iio/humidity/si7020.c
@@ -108,7 +108,6 @@ static const struct iio_chan_spec si7020_channels[] = {
static const struct iio_info si7020_info = {
.read_raw = si7020_read_raw,
- .driver_module = THIS_MODULE,
};
static int si7020_probe(struct i2c_client *client,