Skip to content

Commit 2a9e7f2

Browse files
committed
platform/x86: toshiba_acpi: drop assignment of iio_info.driver_module
This is now handled by use of a macro for device registration. The field in iio_info will be going away shortly as it is no longer used. Cc: <[email protected]> Signed-off-by: Jonathan Cameron <[email protected]> Acked-by: Andy Shevchenko <[email protected]> Acked-by: Azael Avalos <[email protected]> Reviewed-by: Lars-Peter Clausen <[email protected]>
1 parent 4749b0a commit 2a9e7f2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/platform/x86/toshiba_acpi.c

-1
Original file line numberDiff line numberDiff line change
@@ -2510,7 +2510,6 @@ static const struct iio_chan_spec toshiba_iio_accel_channels[] = {
25102510
};
25112511

25122512
static const struct iio_info toshiba_iio_accel_info = {
2513-
.driver_module = THIS_MODULE,
25142513
.read_raw = &toshiba_iio_accel_read_raw,
25152514
};
25162515

0 commit comments

Comments
 (0)