aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/files/include/asm-mips/mach-bcm63xx
diff options
context:
space:
mode:
authorDaniel Dickinson <daniel@cshore.neomailbox.net>2010-01-28 16:54:00 +0000
committerDaniel Dickinson <daniel@cshore.neomailbox.net>2010-01-28 16:54:00 +0000
commit89c1c5f5f42477558d88a887682eabf95aaf5ee6 (patch)
tree0a438d2376138eb2a94eaccf912f3a443c0a1975 /target/linux/brcm63xx/files/include/asm-mips/mach-bcm63xx
parent391058b15b7a503aa56f4595ae828185e1f747fc (diff)
downloadmaster-187ad058-89c1c5f5f42477558d88a887682eabf95aaf5ee6.tar.gz
master-187ad058-89c1c5f5f42477558d88a887682eabf95aaf5ee6.tar.bz2
master-187ad058-89c1c5f5f42477558d88a887682eabf95aaf5ee6.zip
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/mach-bcm63xx')
-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_ */