watchdog: remove use of __devexit
[deliverable/linux.git] / drivers / watchdog / sp805_wdt.c
index 32a5419657d229570b0795b32584889531e7eeff..4552847fc7fe48b1b37bbe1d406717db274dde21 100644 (file)
@@ -272,7 +272,7 @@ err:
        return ret;
 }
 
-static int __devexit sp805_wdt_remove(struct amba_device *adev)
+static int sp805_wdt_remove(struct amba_device *adev)
 {
        struct sp805_wdt *wdt = amba_get_drvdata(adev);
 
This page took 0.024036 seconds and 5 git commands to generate.