Skip to content

Commit 873f389

Browse files
committed
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 <[email protected]> Acked-by: Peter Rosin <[email protected]>
1 parent 2a9e7f2 commit 873f389

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/iio/multiplexer/iio-mux.c

-1
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,6 @@ static const struct iio_info mux_info = {
173173
.read_raw = mux_read_raw,
174174
.read_avail = mux_read_avail,
175175
.write_raw = mux_write_raw,
176-
.driver_module = THIS_MODULE,
177176
};
178177

179178
static ssize_t mux_read_ext_info(struct iio_dev *indio_dev, uintptr_t private,

0 commit comments

Comments
 (0)