summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2008-12-04 12:50:21 +0000
committerGabor Juhos <juhosg@openwrt.org>2008-12-04 12:50:21 +0000
commit8107050ef90735e84960100f2be7de6b32a18883 (patch)
treeff1716c8444a34d431046a62a4a399003253085d /target
parentea86511fbfbaa3dcaaed5a71bd4ee2622316462a (diff)
downloadmaster-31e0f0ae-8107050ef90735e84960100f2be7de6b32a18883.tar.gz
master-31e0f0ae-8107050ef90735e84960100f2be7de6b32a18883.tar.bz2
master-31e0f0ae-8107050ef90735e84960100f2be7de6b32a18883.zip
fix a typo
SVN-Revision: 13512
Diffstat (limited to 'target')
-rw-r--r--target/linux/ar71xx/files/arch/mips/ar71xx/mach-ap83.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/ar71xx/mach-ap83.c b/target/linux/ar71xx/files/arch/mips/ar71xx/mach-ap83.c
index dfb9b6606d..45eace8a31 100644
--- a/target/linux/ar71xx/files/arch/mips/ar71xx/mach-ap83.c
+++ b/target/linux/ar71xx/files/arch/mips/ar71xx/mach-ap83.c
@@ -47,7 +47,7 @@ static struct gpio_button ap83_gpio_buttons[] __initdata = {
.threshold = 5,
.gpio = AP83_GPIO_BTN_RESET,
.active_low = 1,
- } , }
+ } , {
.desc = "jumpstart",
.type = EV_KEY,
.code = BTN_1,