aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-ds1553.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/rtc/rtc-ds1553.c')
-rw-r--r--drivers/rtc/rtc-ds1553.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/rtc/rtc-ds1553.c b/drivers/rtc/rtc-ds1553.c
index 5ab3492817d1..bb53c09bad16 100644
--- a/drivers/rtc/rtc-ds1553.c
+++ b/drivers/rtc/rtc-ds1553.c
@@ -395,7 +395,7 @@ static struct platform_driver ds1553_rtc_driver = {
395 .probe = ds1553_rtc_probe, 395 .probe = ds1553_rtc_probe,
396 .remove = __devexit_p(ds1553_rtc_remove), 396 .remove = __devexit_p(ds1553_rtc_remove),
397 .driver = { 397 .driver = {
398 .name = "ds1553", 398 .name = "rtc-ds1553",
399 .owner = THIS_MODULE, 399 .owner = THIS_MODULE,
400 }, 400 },
401}; 401};