watchdog: remove use of __devinit
[deliverable/linux.git] / drivers / watchdog / bcm63xx_wdt.c
index e81b78444fa9cb48a57ecd380a0535497953e874..5a7cff6e093c9f4a865c3e96b9035a9d2cdb3561 100644 (file)
@@ -236,7 +236,7 @@ static struct miscdevice bcm63xx_wdt_miscdev = {
 };
 
 
-static int __devinit bcm63xx_wdt_probe(struct platform_device *pdev)
+static int bcm63xx_wdt_probe(struct platform_device *pdev)
 {
        int ret;
        struct resource *r;
This page took 0.037239 seconds and 5 git commands to generate.