iio: multiplexer: drop the manual assignment of THIS_MODULE
This is now done through some macro magic by the core. Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com> Acked-by: Peter Rosin <peda@axentia.se>
This commit is contained in:
parent
2a9e7f2f03
commit
873f389433
|
@ -173,7 +173,6 @@ static const struct iio_info mux_info = {
|
|||
.read_raw = mux_read_raw,
|
||||
.read_avail = mux_read_avail,
|
||||
.write_raw = mux_write_raw,
|
||||
.driver_module = THIS_MODULE,
|
||||
};
|
||||
|
||||
static ssize_t mux_read_ext_info(struct iio_dev *indio_dev, uintptr_t private,
|
||||
|
|
Loading…
Reference in New Issue