watchdog: remove use of __devexit_p
[deliverable/linux.git] / drivers / watchdog / ar7_wdt.c
index dc30dbd21cf19c0bf126e8e9167899b6e24aaaf9..eb633d9951a2bf7591f2ce48b2d2c73bdd9f3733 100644 (file)
@@ -330,7 +330,7 @@ static void ar7_wdt_shutdown(struct platform_device *pdev)
 
 static struct platform_driver ar7_wdt_driver = {
        .probe = ar7_wdt_probe,
-       .remove = __devexit_p(ar7_wdt_remove),
+       .remove = ar7_wdt_remove,
        .shutdown = ar7_wdt_shutdown,
        .driver = {
                .owner = THIS_MODULE,
This page took 0.087438 seconds and 5 git commands to generate.