aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-rx6110.c
diff options
context:
space:
mode:
authorAlexandre Belloni <alexandre.belloni@free-electrons.com>2016-08-15 17:04:42 +0200
committerAlexandre Belloni <alexandre.belloni@free-electrons.com>2016-08-31 18:21:35 +0200
commit1bc40cb1ccbc7e33622a1fd2a8a37f311e64d4fc (patch)
tree8ed7efe7be786ee8abf1f1aa18dc36a64316b72b /drivers/rtc/rtc-rx6110.c
parentrtc: pic32: Delete owner assignment (diff)
downloadlinux-dev-1bc40cb1ccbc7e33622a1fd2a8a37f311e64d4fc.tar.xz
linux-dev-1bc40cb1ccbc7e33622a1fd2a8a37f311e64d4fc.zip
rtc: rx6110: remove owner assignment
.owner is already set by the spi core. Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Diffstat (limited to 'drivers/rtc/rtc-rx6110.c')
-rw-r--r--drivers/rtc/rtc-rx6110.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/rtc/rtc-rx6110.c b/drivers/rtc/rtc-rx6110.c
index bbad00b233bc..591793e2b4ac 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,