watchdog: remove use of __devexit_p
[deliverable/linux.git] / drivers / watchdog / ath79_wdt.c
index 1f9371f49c402c71422edc364871fa8c3bf9c149..367ef5ed19b7cbb9cfc89222018617ac1f943c60 100644 (file)
@@ -284,7 +284,7 @@ static void ath97_wdt_shutdown(struct platform_device *pdev)
 }
 
 static struct platform_driver ath79_wdt_driver = {
-       .remove         = __devexit_p(ath79_wdt_remove),
+       .remove         = ath79_wdt_remove,
        .shutdown       = ath97_wdt_shutdown,
        .driver         = {
                .name   = DRIVER_NAME,
This page took 0.030392 seconds and 5 git commands to generate.