1
0
Fork 0

iio:amplifiers:ad8366 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>
hifive-unleashed-5.1
Jonathan Cameron 2017-07-23 17:25:49 +01:00 committed by Jonathan Cameron
parent 6c5bffa80e
commit 727929797f
1 changed files with 0 additions and 1 deletions

View File

@ -117,7 +117,6 @@ static int ad8366_write_raw(struct iio_dev *indio_dev,
static const struct iio_info ad8366_info = {
.read_raw = &ad8366_read_raw,
.write_raw = &ad8366_write_raw,
.driver_module = THIS_MODULE,
};
#define AD8366_CHAN(_channel) { \