[brcm63xx] add infrastructure to register gpio-input reset button
[openwrt.git] / target / linux / brcm63xx / files / arch / mips / bcm63xx / dev-wdt.c
index d1479e1..6e18489 100644 (file)
@@ -31,5 +31,6 @@ int __init bcm63xx_wdt_register(void)
        wdt_resources[0].start = bcm63xx_regset_address(RSET_WDT);
        wdt_resources[0].end = wdt_resources[0].start;
        wdt_resources[0].end += RSET_WDT_SIZE - 1;
+
        return platform_device_register(&bcm63xx_wdt_device);
 }
This page took 0.025584 seconds and 4 git commands to generate.