watchdog: remove use of __devexit_p
[deliverable/linux.git] / drivers / watchdog / bfin_wdt.c
index 38bc383e0677228abbfd3109cd1774e0c32e31e7..4a85dbf5aec035ecd4e2024a0d1c519797b0a200 100644 (file)
@@ -401,7 +401,7 @@ static struct platform_device *bfin_wdt_device;
 
 static struct platform_driver bfin_wdt_driver = {
        .probe     = bfin_wdt_probe,
-       .remove    = __devexit_p(bfin_wdt_remove),
+       .remove    = bfin_wdt_remove,
        .shutdown  = bfin_wdt_shutdown,
        .suspend   = bfin_wdt_suspend,
        .resume    = bfin_wdt_resume,
This page took 0.121096 seconds and 5 git commands to generate.