watchdog: remove use of __devexit
[deliverable/linux.git] / drivers / watchdog / s3c2410_wdt.c
index 2e28c145081c115ad50ed7a16a55b306ea8360b6..b0dab10fc6a5122a2947addcf78238a30476a5a9 100644 (file)
@@ -437,7 +437,7 @@ static int s3c2410wdt_probe(struct platform_device *pdev)
        return ret;
 }
 
-static int __devexit s3c2410wdt_remove(struct platform_device *dev)
+static int s3c2410wdt_remove(struct platform_device *dev)
 {
        watchdog_unregister_device(&s3c2410_wdd);
 
This page took 0.025783 seconds and 5 git commands to generate.