watchdog: remove use of __devexit
[deliverable/linux.git] / drivers / watchdog / shwdt.c
index 9c57af943b87e250fad13815130fb8f24261a4c1..6a89e4045fbd2bdef12e251bfba3044c469f0401 100644 (file)
@@ -298,7 +298,7 @@ err:
        return rc;
 }
 
-static int __devexit sh_wdt_remove(struct platform_device *pdev)
+static int sh_wdt_remove(struct platform_device *pdev)
 {
        struct sh_wdt *wdt = platform_get_drvdata(pdev);
 
This page took 0.029909 seconds and 5 git commands to generate.