aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-at91rm9200.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/rtc/rtc-at91rm9200.c')
-rw-r--r--drivers/rtc/rtc-at91rm9200.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/rtc/rtc-at91rm9200.c b/drivers/rtc/rtc-at91rm9200.c
index e87a81c8678e..741892632ae0 100644
--- a/drivers/rtc/rtc-at91rm9200.c
+++ b/drivers/rtc/rtc-at91rm9200.c
@@ -438,7 +438,6 @@ static int __exit at91_rtc_remove(struct platform_device *pdev)
438 438
439 rtc_device_unregister(rtc); 439 rtc_device_unregister(rtc);
440 iounmap(at91_rtc_regs); 440 iounmap(at91_rtc_regs);
441 platform_set_drvdata(pdev, NULL);
442 441
443 return 0; 442 return 0;
444} 443}