From: juhosg Date: Thu, 4 Dec 2008 12:50:21 +0000 (+0000) Subject: [ar71xx] fix a typo X-Git-Tag: fast2504n-3.10.28-merged~17267 X-Git-Url: https://git.enpas.org/?a=commitdiff_plain;h=db8e4c03ca21350dfedbe9924d56dcec090246bb;p=openwrt.git [ar71xx] fix a typo git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13512 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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,