diff options
author | cshore <cshore@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-01-28 16:54:00 +0000 |
---|---|---|
committer | cshore <cshore@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-01-28 16:54:00 +0000 |
commit | fa01321b6946c8820e1d4599a6e7aefc539ac061 (patch) | |
tree | 0a438d2376138eb2a94eaccf912f3a443c0a1975 /target/linux/brcm63xx/files/include/asm-mips | |
parent | 8fbb98d0d47ebd05591571c481474b51231abb27 (diff) |
brcm63xx: Fix gpio-buttons and add LED and buttons for Tecom IGW6200 and Comtrend CT-5261
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19361 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm63xx/files/include/asm-mips')
-rw-r--r-- | target/linux/brcm63xx/files/include/asm-mips/mach-bcm63xx/board_bcm963xx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm63xx/files/include/asm-mips/mach-bcm63xx/board_bcm963xx.h b/target/linux/brcm63xx/files/include/asm-mips/mach-bcm63xx/board_bcm963xx.h index 0482c6954..e5b916036 100644 --- a/target/linux/brcm63xx/files/include/asm-mips/mach-bcm63xx/board_bcm963xx.h +++ b/target/linux/brcm63xx/files/include/asm-mips/mach-bcm63xx/board_bcm963xx.h @@ -58,7 +58,7 @@ struct board_info { struct gpio_led leds[8]; /* Reset button */ - unsigned int reset_btn; + struct gpio_button reset_buttons[1]; }; #endif /* ! BOARD_BCM963XX_H_ */ |