diff options
Diffstat (limited to 'drivers/rtc/rtc-ds1374.c')
-rw-r--r-- | drivers/rtc/rtc-ds1374.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/rtc/rtc-ds1374.c b/drivers/rtc/rtc-ds1374.c index 72c933375233..6d8665647eee 100644 --- a/drivers/rtc/rtc-ds1374.c +++ b/drivers/rtc/rtc-ds1374.c | |||
@@ -708,7 +708,6 @@ static SIMPLE_DEV_PM_OPS(ds1374_pm, ds1374_suspend, ds1374_resume); | |||
708 | static struct i2c_driver ds1374_driver = { | 708 | static struct i2c_driver ds1374_driver = { |
709 | .driver = { | 709 | .driver = { |
710 | .name = "rtc-ds1374", | 710 | .name = "rtc-ds1374", |
711 | .owner = THIS_MODULE, | ||
712 | .pm = &ds1374_pm, | 711 | .pm = &ds1374_pm, |
713 | }, | 712 | }, |
714 | .probe = ds1374_probe, | 713 | .probe = ds1374_probe, |