aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-sh.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/rtc/rtc-sh.c')
-rw-r--r--drivers/rtc/rtc-sh.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/rtc/rtc-sh.c b/drivers/rtc/rtc-sh.c
index d0d2b047658b..2b81dd4baf17 100644
--- a/drivers/rtc/rtc-sh.c
+++ b/drivers/rtc/rtc-sh.c
@@ -782,7 +782,6 @@ static SIMPLE_DEV_PM_OPS(sh_rtc_pm_ops, sh_rtc_suspend, sh_rtc_resume);
782static struct platform_driver sh_rtc_platform_driver = { 782static struct platform_driver sh_rtc_platform_driver = {
783 .driver = { 783 .driver = {
784 .name = DRV_NAME, 784 .name = DRV_NAME,
785 .owner = THIS_MODULE,
786 .pm = &sh_rtc_pm_ops, 785 .pm = &sh_rtc_pm_ops,
787 }, 786 },
788 .remove = __exit_p(sh_rtc_remove), 787 .remove = __exit_p(sh_rtc_remove),