Fix typo in AGPF_S0 reset button definition
authorcshore <cshore@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 16 Jan 2010 03:13:56 +0000 (03:13 +0000)
committercshore <cshore@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 16 Jan 2010 03:13:56 +0000 (03:13 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19160 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/brcm63xx/files/arch/mips/bcm63xx/boards/board_bcm963xx.c

index ba57190..d2ecc84 100644 (file)
@@ -606,7 +606,7 @@ static struct board_info __initdata board_AGPFS0 = {
                },
        },
 
-       .reset_btn = 37; /* sw2 */
+       .reset_btn = 37, /* sw2 */
        /* sw1 is connected to gpio34*/
 };