summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-s3c.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/rtc/rtc-s3c.c')
-rw-r--r--drivers/rtc/rtc-s3c.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/rtc/rtc-s3c.c b/drivers/rtc/rtc-s3c.c
index a6b1252c9941..c44e5f2767b4 100644
--- a/drivers/rtc/rtc-s3c.c
+++ b/drivers/rtc/rtc-s3c.c
@@ -894,7 +894,6 @@ static struct platform_driver s3c_rtc_driver = {
894 .remove = s3c_rtc_remove, 894 .remove = s3c_rtc_remove,
895 .driver = { 895 .driver = {
896 .name = "s3c-rtc", 896 .name = "s3c-rtc",
897 .owner = THIS_MODULE,
898 .pm = &s3c_rtc_pm_ops, 897 .pm = &s3c_rtc_pm_ops,
899 .of_match_table = of_match_ptr(s3c_rtc_dt_match), 898 .of_match_table = of_match_ptr(s3c_rtc_dt_match),
900 }, 899 },