watchdog: remove use of __devinit
[deliverable/linux.git] / drivers / watchdog / pnx4008_wdt.c
index 5c07fa47b8ce8c29598052f613f45f44b1301ea7..4f7afeab6698340e67323b023b0f437de3f59ca7 100644 (file)
@@ -146,7 +146,7 @@ static struct watchdog_device pnx4008_wdd = {
        .max_timeout = MAX_HEARTBEAT,
 };
 
-static int __devinit pnx4008_wdt_probe(struct platform_device *pdev)
+static int pnx4008_wdt_probe(struct platform_device *pdev)
 {
        struct resource *r;
        int ret = 0;
This page took 0.034876 seconds and 5 git commands to generate.