watchdog: remove use of __devexit_p
[deliverable/linux.git] / drivers / watchdog / iTCO_wdt.c
index 545d387de411bbd112a7be360f0c4efcd263c34c..b83f935f6d4d9b2c2bb01ed9f571f22ac17e3328 100644 (file)
@@ -548,7 +548,7 @@ static void iTCO_wdt_shutdown(struct platform_device *dev)
 
 static struct platform_driver iTCO_wdt_driver = {
        .probe          = iTCO_wdt_probe,
-       .remove         = __devexit_p(iTCO_wdt_remove),
+       .remove         = iTCO_wdt_remove,
        .shutdown       = iTCO_wdt_shutdown,
        .driver         = {
                .owner  = THIS_MODULE,
This page took 0.024297 seconds and 5 git commands to generate.