diff options
Diffstat (limited to 'drivers/rtc/rtc-88pm80x.c')
-rw-r--r-- | drivers/rtc/rtc-88pm80x.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/rtc/rtc-88pm80x.c b/drivers/rtc/rtc-88pm80x.c index 0916089c7c3e..7df0579d9852 100644 --- a/drivers/rtc/rtc-88pm80x.c +++ b/drivers/rtc/rtc-88pm80x.c | |||
@@ -352,7 +352,6 @@ static int pm80x_rtc_remove(struct platform_device *pdev) | |||
352 | static struct platform_driver pm80x_rtc_driver = { | 352 | static struct platform_driver pm80x_rtc_driver = { |
353 | .driver = { | 353 | .driver = { |
354 | .name = "88pm80x-rtc", | 354 | .name = "88pm80x-rtc", |
355 | .owner = THIS_MODULE, | ||
356 | .pm = &pm80x_rtc_pm_ops, | 355 | .pm = &pm80x_rtc_pm_ops, |
357 | }, | 356 | }, |
358 | .probe = pm80x_rtc_probe, | 357 | .probe = pm80x_rtc_probe, |