aboutsummaryrefslogtreecommitdiffstats
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
commit81beea29251b604a5ca842a0698348c15758a22a (patch)
tree4ef935c375b57c89b78a49b6785bc3292efa58e4
parentdf81f5decb00a22bab13e45ce70fe4377ef6a47b (diff)
downloadmaster-187ad058-81beea29251b604a5ca842a0698348c15758a22a.tar.gz
master-187ad058-81beea29251b604a5ca842a0698348c15758a22a.tar.bz2
master-187ad058-81beea29251b604a5ca842a0698348c15758a22a.zip
[ar71xx] fix a typo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13512 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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,