aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/files/include/asm-mips
diff options
context:
space:
mode:
authorDaniel Dickinson <crazycshore@gmail.com>2010-01-28 16:54:00 +0000
committerDaniel Dickinson <crazycshore@gmail.com>2010-01-28 16:54:00 +0000
commit022594b0ed7a9ae113929108094fc2dad8524167 (patch)
tree635f3de9707575bda43fb12f13e4c41e1f024ffd /target/linux/brcm63xx/files/include/asm-mips
parent93e0e3ac0a5fee944e636cee7431e524be3695a3 (diff)
downloadupstream-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/asm-mips')
-rw-r--r--target/linux/brcm63xx/files/include/asm-mips/mach-bcm63xx/board_bcm963xx.h2
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_ */