watchdog: remove use of __devinit
[linux-2.6-block.git] / drivers / watchdog / mv64x60_wdt.c
index 7d37da5522bb1196eef5bcadabc935a32585f93c..2876027a8886063f31e040086251a537e00d519f 100644 (file)
@@ -253,7 +253,7 @@ static struct miscdevice mv64x60_wdt_miscdev = {
        .fops = &mv64x60_wdt_fops,
 };
 
-static int __devinit mv64x60_wdt_probe(struct platform_device *dev)
+static int mv64x60_wdt_probe(struct platform_device *dev)
 {
        struct mv64x60_wdt_pdata *pdata = dev->dev.platform_data;
        struct resource *r;