aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-m41t93.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/rtc/rtc-m41t93.c')
-rw-r--r--drivers/rtc/rtc-m41t93.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/rtc/rtc-m41t93.c b/drivers/rtc/rtc-m41t93.c
index 4698c7e344e4..5ac45fc1a787 100644
--- a/drivers/rtc/rtc-m41t93.c
+++ b/drivers/rtc/rtc-m41t93.c
@@ -197,7 +197,6 @@ static int m41t93_probe(struct spi_device *spi)
197static struct spi_driver m41t93_driver = { 197static struct spi_driver m41t93_driver = {
198 .driver = { 198 .driver = {
199 .name = "rtc-m41t93", 199 .name = "rtc-m41t93",
200 .owner = THIS_MODULE,
201 }, 200 },
202 .probe = m41t93_probe, 201 .probe = m41t93_probe,
203}; 202};