watchdog: remove use of __devinit
[deliverable/linux.git] / drivers / watchdog / ep93xx_wdt.c
index 91703a58145db5af873ca9e8e6494174b7bb9912..f1bd88c5a2047e903000a09f0ec3ec141871b7be 100644 (file)
@@ -112,7 +112,7 @@ static struct watchdog_device ep93xx_wdt_wdd = {
        .ops            = &ep93xx_wdt_ops,
 };
 
-static int __devinit ep93xx_wdt_probe(struct platform_device *pdev)
+static int ep93xx_wdt_probe(struct platform_device *pdev)
 {
        struct resource *res;
        unsigned long val;
This page took 0.146006 seconds and 5 git commands to generate.