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: https://git.archive.openwrt.org/?a=commitdiff_plain;h=c0c8556ba8c3453b872509e0e214eab3a24c9440;p=15.05%2Fopenwrt.git Fix typo in AGPF_S0 reset button definition git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19160 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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*/ };