diff options
Diffstat (limited to 'drivers/rtc/rtc-nuc900.c')
-rw-r--r-- | drivers/rtc/rtc-nuc900.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/rtc/rtc-nuc900.c b/drivers/rtc/rtc-nuc900.c index a53da0958e95..09fc1c19f0df 100644 --- a/drivers/rtc/rtc-nuc900.c +++ b/drivers/rtc/rtc-nuc900.c | |||
@@ -262,7 +262,6 @@ static int __init nuc900_rtc_probe(struct platform_device *pdev) | |||
262 | static struct platform_driver nuc900_rtc_driver = { | 262 | static struct platform_driver nuc900_rtc_driver = { |
263 | .driver = { | 263 | .driver = { |
264 | .name = "nuc900-rtc", | 264 | .name = "nuc900-rtc", |
265 | .owner = THIS_MODULE, | ||
266 | }, | 265 | }, |
267 | }; | 266 | }; |
268 | 267 | ||