aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-tps6586x.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/rtc/rtc-tps6586x.c')
-rw-r--r--drivers/rtc/rtc-tps6586x.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/rtc/rtc-tps6586x.c b/drivers/rtc/rtc-tps6586x.c
index 426901cef14f..3b6ce80a769c 100644
--- a/drivers/rtc/rtc-tps6586x.c
+++ b/drivers/rtc/rtc-tps6586x.c
@@ -337,7 +337,6 @@ static SIMPLE_DEV_PM_OPS(tps6586x_pm_ops, tps6586x_rtc_suspend,
337static struct platform_driver tps6586x_rtc_driver = { 337static struct platform_driver tps6586x_rtc_driver = {
338 .driver = { 338 .driver = {
339 .name = "tps6586x-rtc", 339 .name = "tps6586x-rtc",
340 .owner = THIS_MODULE,
341 .pm = &tps6586x_pm_ops, 340 .pm = &tps6586x_pm_ops,
342 }, 341 },
343 .probe = tps6586x_rtc_probe, 342 .probe = tps6586x_rtc_probe,