diff options
Diffstat (limited to 'drivers/rtc/rtc-ds1216.c')
-rw-r--r-- | drivers/rtc/rtc-ds1216.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/rtc/rtc-ds1216.c b/drivers/rtc/rtc-ds1216.c index 9c04fd2bc209..d16f550897b8 100644 --- a/drivers/rtc/rtc-ds1216.c +++ b/drivers/rtc/rtc-ds1216.c | |||
@@ -170,7 +170,6 @@ static int __init ds1216_rtc_probe(struct platform_device *pdev) | |||
170 | static struct platform_driver ds1216_rtc_platform_driver = { | 170 | static struct platform_driver ds1216_rtc_platform_driver = { |
171 | .driver = { | 171 | .driver = { |
172 | .name = "rtc-ds1216", | 172 | .name = "rtc-ds1216", |
173 | .owner = THIS_MODULE, | ||
174 | }, | 173 | }, |
175 | }; | 174 | }; |
176 | 175 | ||