aboutsummaryrefslogtreecommitdiffstats
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 806072238c00..4241eeab3386 100644
--- a/drivers/rtc/rtc-s3c.c
+++ b/drivers/rtc/rtc-s3c.c
@@ -896,7 +896,6 @@ static struct platform_driver s3c_rtc_driver = {
896 .remove = s3c_rtc_remove, 896 .remove = s3c_rtc_remove,
897 .driver = { 897 .driver = {
898 .name = "s3c-rtc", 898 .name = "s3c-rtc",
899 .owner = THIS_MODULE,
900 .pm = &s3c_rtc_pm_ops, 899 .pm = &s3c_rtc_pm_ops,
901 .of_match_table = of_match_ptr(s3c_rtc_dt_match), 900 .of_match_table = of_match_ptr(s3c_rtc_dt_match),
902 }, 901 },