Commit 2a9e7f2f authored by Jonathan Cameron's avatar Jonathan Cameron Committed by Jonathan Cameron
Browse files

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: <platform-driver-x86@vger.kernel.org>
Signed-off-by: default avatarJonathan Cameron <Jonathan.Cameron@huawei.com>
Acked-by: default avatarAndy Shevchenko <andy.shevchenko@gmail.com>
Acked-by: default avatarAzael Avalos <coproscefalo@gmail.com>
Reviewed-by: default avatarLars-Peter Clausen <lars@metafoo.de>
parent 4749b0a2
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -2510,7 +2510,6 @@ static const struct iio_chan_spec toshiba_iio_accel_channels[] = {
};

static const struct iio_info toshiba_iio_accel_info = {
	.driver_module = THIS_MODULE,
	.read_raw = &toshiba_iio_accel_read_raw,
};