summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-ds3232.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/rtc/rtc-ds3232.c')
-rw-r--r--drivers/rtc/rtc-ds3232.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/rtc/rtc-ds3232.c b/drivers/rtc/rtc-ds3232.c
index 7e48e532214f..18f062f2a634 100644
--- a/drivers/rtc/rtc-ds3232.c
+++ b/drivers/rtc/rtc-ds3232.c
@@ -500,7 +500,6 @@ MODULE_DEVICE_TABLE(i2c, ds3232_id);
500static struct i2c_driver ds3232_driver = { 500static struct i2c_driver ds3232_driver = {
501 .driver = { 501 .driver = {
502 .name = "rtc-ds3232", 502 .name = "rtc-ds3232",
503 .owner = THIS_MODULE,
504 .pm = &ds3232_pm_ops, 503 .pm = &ds3232_pm_ops,
505 }, 504 },
506 .probe = ds3232_probe, 505 .probe = ds3232_probe,