watchdog: remove use of __devexit
[sfrench/cifs-2.6.git] / drivers / watchdog / pnx4008_wdt.c
index 4f7afeab6698340e67323b023b0f437de3f59ca7..dcba5dab6c299b3111ad528ba1f42e8a283dee07 100644 (file)
@@ -192,7 +192,7 @@ out:
        return ret;
 }
 
-static int __devexit pnx4008_wdt_remove(struct platform_device *pdev)
+static int pnx4008_wdt_remove(struct platform_device *pdev)
 {
        watchdog_unregister_device(&pnx4008_wdd);