diff options
author | Daniel Dickinson <crazycshore@gmail.com> | 2010-01-28 16:54:00 +0000 |
---|---|---|
committer | Daniel Dickinson <crazycshore@gmail.com> | 2010-01-28 16:54:00 +0000 |
commit | 022594b0ed7a9ae113929108094fc2dad8524167 (patch) | |
tree | 635f3de9707575bda43fb12f13e4c41e1f024ffd /target/linux/brcm63xx/files/include | |
parent | 93e0e3ac0a5fee944e636cee7431e524be3695a3 (diff) | |
download | upstream-022594b0ed7a9ae113929108094fc2dad8524167.tar.gz upstream-022594b0ed7a9ae113929108094fc2dad8524167.tar.bz2 upstream-022594b0ed7a9ae113929108094fc2dad8524167.zip |
brcm63xx: Fix gpio-buttons and add LED and buttons for Tecom IGW6200 and Comtrend CT-5261
SVN-Revision: 19361
Diffstat (limited to 'target/linux/brcm63xx/files/include')
-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 0482c69548..e5b916036f 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_ */ |