We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc71c03 commit e2f57bfCopy full SHA for e2f57bf
drivers/rtc/rtc-at91rm9200.c
@@ -558,7 +558,7 @@ static int __init at91_rtc_probe(struct platform_device *pdev)
558
/*
559
* Disable and remove the RTC driver
560
*/
561
-static void at91_rtc_remove(struct platform_device *pdev)
+static void __exit at91_rtc_remove(struct platform_device *pdev)
562
{
563
/* Disable all interrupts */
564
at91_rtc_write_idr(AT91_RTC_ACKUPD | AT91_RTC_ALARM |
0 commit comments