summaryrefslogtreecommitdiffstats
path: root/drivers/iio/pressure/hp03.c
diff options
context:
space:
mode:
authorJonathan Cameron <jic23@kernel.org>2017-07-23 17:26:05 +0100
committerJonathan Cameron <Jonathan.Cameron@huawei.com>2017-08-22 21:35:27 +0100
commit6a15fef2cb4b75cb8101f6359ca364bc3ffcccca (patch)
treeeec7d3e0a057d463e3c4af212b642584d482afa5 /drivers/iio/pressure/hp03.c
parentc64fdf0fe943bedfa8f6de07aec907b15436a5be (diff)
downloadlinux-6a15fef2cb4b75cb8101f6359ca364bc3ffcccca.tar.bz2
iio:pressure: 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/pressure/hp03.c')
-rw-r--r--drivers/iio/pressure/hp03.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/iio/pressure/hp03.c b/drivers/iio/pressure/hp03.c
index 8c7b3ec3d84a..406934ea6228 100644
--- a/drivers/iio/pressure/hp03.c
+++ b/drivers/iio/pressure/hp03.c
@@ -208,7 +208,6 @@ static int hp03_read_raw(struct iio_dev *indio_dev,
}
static const struct iio_info hp03_info = {
- .driver_module = THIS_MODULE,
.read_raw = &hp03_read_raw,
};