diff options
Diffstat (limited to 'drivers/rtc/rtc-vr41xx.c')
-rw-r--r-- | drivers/rtc/rtc-vr41xx.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/rtc/rtc-vr41xx.c b/drivers/rtc/rtc-vr41xx.c index 88c9c92e89fd..f64c282275b3 100644 --- a/drivers/rtc/rtc-vr41xx.c +++ b/drivers/rtc/rtc-vr41xx.c | |||
@@ -375,7 +375,6 @@ static struct platform_driver rtc_platform_driver = { | |||
375 | .probe = rtc_probe, | 375 | .probe = rtc_probe, |
376 | .driver = { | 376 | .driver = { |
377 | .name = rtc_name, | 377 | .name = rtc_name, |
378 | .owner = THIS_MODULE, | ||
379 | }, | 378 | }, |
380 | }; | 379 | }; |
381 | 380 | ||