Commit 873f3894 authored by Jonathan Cameron's avatar Jonathan Cameron

iio: multiplexer: drop the manual assignment of THIS_MODULE

This is now done through some macro magic by the core.
Signed-off-by: default avatarJonathan Cameron <Jonathan.Cameron@huawei.com>
Acked-by: default avatarPeter Rosin <peda@axentia.se>
parent 2a9e7f2f
......@@ -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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment