Fix typo in AGPF_S0 reset button definition
authorDaniel Dickinson <crazycshore@gmail.com>
Sat, 16 Jan 2010 03:13:56 +0000 (03:13 +0000)
committerDaniel Dickinson <crazycshore@gmail.com>
Sat, 16 Jan 2010 03:13:56 +0000 (03:13 +0000)
SVN-Revision: 19160

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

index ba5719045e7405ede3f49bb3d4bbb994b6678730..d2ecc8486ba9482e3b62473646c80a1e8fb23991 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*/
 };