aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-xgene.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/rtc/rtc-xgene.c')
-rw-r--r--drivers/rtc/rtc-xgene.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/rtc/rtc-xgene.c b/drivers/rtc/rtc-xgene.c
index 14129cc85bdb..65b432a096fe 100644
--- a/drivers/rtc/rtc-xgene.c
+++ b/drivers/rtc/rtc-xgene.c
@@ -264,7 +264,6 @@ static struct platform_driver xgene_rtc_driver = {
264 .probe = xgene_rtc_probe, 264 .probe = xgene_rtc_probe,
265 .remove = xgene_rtc_remove, 265 .remove = xgene_rtc_remove,
266 .driver = { 266 .driver = {
267 .owner = THIS_MODULE,
268 .name = "xgene-rtc", 267 .name = "xgene-rtc",
269 .pm = &xgene_rtc_pm_ops, 268 .pm = &xgene_rtc_pm_ops,
270 .of_match_table = of_match_ptr(xgene_rtc_of_match), 269 .of_match_table = of_match_ptr(xgene_rtc_of_match),