From: Daniel Dickinson Date: Sat, 16 Jan 2010 03:13:56 +0000 (+0000) Subject: Fix typo in AGPF_S0 reset button definition X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=b0ad7b607d1dcd525d502456d2f4ea6065e4413e Fix typo in AGPF_S0 reset button definition SVN-Revision: 19160 --- diff --git a/target/linux/brcm63xx/files/arch/mips/bcm63xx/boards/board_bcm963xx.c b/target/linux/brcm63xx/files/arch/mips/bcm63xx/boards/board_bcm963xx.c index ba5719045e..d2ecc8486b 100644 --- a/target/linux/brcm63xx/files/arch/mips/bcm63xx/boards/board_bcm963xx.c +++ b/target/linux/brcm63xx/files/arch/mips/bcm63xx/boards/board_bcm963xx.c @@ -606,7 +606,7 @@ static struct board_info __initdata board_AGPFS0 = { }, }, - .reset_btn = 37; /* sw2 */ + .reset_btn = 37, /* sw2 */ /* sw1 is connected to gpio34*/ };