watchdog: remove use of __devexit_p
[deliverable/linux.git] / drivers / watchdog / ks8695_wdt.c
index c1a4d3bf581d22ea7b760f7c8525dfba4b7f35ba..6ac9ff2493f6bfd73232ef961d5ab20e787a7645 100644 (file)
@@ -290,7 +290,7 @@ static int ks8695wdt_resume(struct platform_device *pdev)
 
 static struct platform_driver ks8695wdt_driver = {
        .probe          = ks8695wdt_probe,
-       .remove         = __devexit_p(ks8695wdt_remove),
+       .remove         = ks8695wdt_remove,
        .shutdown       = ks8695wdt_shutdown,
        .suspend        = ks8695wdt_suspend,
        .resume         = ks8695wdt_resume,
This page took 0.040225 seconds and 5 git commands to generate.