staging:iio:ad5933: drop assign iio_info.driver_module

The equivalent of this is now done via macro magic when
the relevant register call is 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>
This commit is contained in:
Jonathan Cameron 2017-07-23 17:26:14 +01:00 committed by Jonathan Cameron
parent 529c8f7de8
commit 6dab4d415f
1 changed files with 0 additions and 1 deletions

View File

@ -575,7 +575,6 @@ static int ad5933_read_raw(struct iio_dev *indio_dev,
static const struct iio_info ad5933_info = {
.read_raw = ad5933_read_raw,
.attrs = &ad5933_attribute_group,
.driver_module = THIS_MODULE,
};
static int ad5933_ring_preenable(struct iio_dev *indio_dev)