diff options
Diffstat (limited to 'drivers/rtc/rtc-ab8500.c')
-rw-r--r-- | drivers/rtc/rtc-ab8500.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/rtc/rtc-ab8500.c b/drivers/rtc/rtc-ab8500.c index 866e0ef5122d..6856f0a3a3d5 100644 --- a/drivers/rtc/rtc-ab8500.c +++ b/drivers/rtc/rtc-ab8500.c | |||
@@ -519,7 +519,6 @@ static int ab8500_rtc_remove(struct platform_device *pdev) | |||
519 | static struct platform_driver ab8500_rtc_driver = { | 519 | static struct platform_driver ab8500_rtc_driver = { |
520 | .driver = { | 520 | .driver = { |
521 | .name = "ab8500-rtc", | 521 | .name = "ab8500-rtc", |
522 | .owner = THIS_MODULE, | ||
523 | }, | 522 | }, |
524 | .probe = ab8500_rtc_probe, | 523 | .probe = ab8500_rtc_probe, |
525 | .remove = ab8500_rtc_remove, | 524 | .remove = ab8500_rtc_remove, |