watchdog: remove use of __devexit_p
[deliverable/linux.git] / drivers / watchdog / nv_tco.c
index 6bbb9efc61250ab28eeabcc8441e50a281b9ef16..e0d4496c2811d77becb988e55b95d6a500c94dda 100644 (file)
@@ -468,7 +468,7 @@ static void nv_tco_shutdown(struct platform_device *dev)
 
 static struct platform_driver nv_tco_driver = {
        .probe          = nv_tco_init,
-       .remove         = __devexit_p(nv_tco_remove),
+       .remove         = nv_tco_remove,
        .shutdown       = nv_tco_shutdown,
        .driver         = {
                .owner  = THIS_MODULE,
This page took 0.031895 seconds and 5 git commands to generate.