summaryrefslogtreecommitdiffstats
path: root/drivers/rtc
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/rtc')
-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);
388static struct spi_driver rx6110_driver = { 388static struct spi_driver rx6110_driver = {
389 .driver = { 389 .driver = {
390 .name = RX6110_DRIVER_NAME, 390 .name = RX6110_DRIVER_NAME,
391 .owner = THIS_MODULE,
392 }, 391 },
393 .probe = rx6110_probe, 392 .probe = rx6110_probe,
394 .remove = rx6110_remove, 393 .remove = rx6110_remove,