watchdog: remove use of __devexit
[deliverable/linux.git] / drivers / watchdog / jz4740_wdt.c
index eb7008a1d6e6c16f76e088c1e70d811571c48c8a..a61408fa0c94721a8481b446cd5cae9a55d76021 100644 (file)
@@ -197,7 +197,7 @@ err_out:
        return ret;
 }
 
-static int __devexit jz4740_wdt_remove(struct platform_device *pdev)
+static int jz4740_wdt_remove(struct platform_device *pdev)
 {
        struct jz4740_wdt_drvdata *drvdata = platform_get_drvdata(pdev);
 
This page took 0.025108 seconds and 5 git commands to generate.