From: Alexandre Belloni Date: Mon, 15 Aug 2016 15:04:42 +0000 (+0200) Subject: rtc: rx6110: remove owner assignment X-Git-Tag: v4.9-rc1~16^2~14 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1bc40cb1ccbc7e33622a1fd2a8a37f311e64d4fc;p=thirdparty%2Fkernel%2Flinux.git rtc: rx6110: remove owner assignment .owner is already set by the spi core. Signed-off-by: Alexandre Belloni --- diff --git a/drivers/rtc/rtc-rx6110.c b/drivers/rtc/rtc-rx6110.c index bbad00b233bce..591793e2b4acf 100644 --- a/drivers/rtc/rtc-rx6110.c +++ b/drivers/rtc/rtc-rx6110.c @@ -388,7 +388,6 @@ MODULE_DEVICE_TABLE(spi, rx6110_id); static struct spi_driver rx6110_driver = { .driver = { .name = RX6110_DRIVER_NAME, - .owner = THIS_MODULE, }, .probe = rx6110_probe, .remove = rx6110_remove,