watchdog: remove use of __devexit_p
[deliverable/linux.git] / drivers / watchdog / xen_wdt.c
index e4a25b51165c0f5933858e5fe0068a5a7da106b7..99b956fa4ebd329feb5b2f9b01a7b58f0ab109ed 100644 (file)
@@ -315,7 +315,7 @@ static int xen_wdt_resume(struct platform_device *dev)
 
 static struct platform_driver xen_wdt_driver = {
        .probe          = xen_wdt_probe,
-       .remove         = __devexit_p(xen_wdt_remove),
+       .remove         = xen_wdt_remove,
        .shutdown       = xen_wdt_shutdown,
        .suspend        = xen_wdt_suspend,
        .resume         = xen_wdt_resume,
This page took 0.175149 seconds and 5 git commands to generate.