diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2008-11-28 10:07:56 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2008-11-28 10:07:56 +0000 |
commit | e42eb910cc7e999e2282ff8419abf7008f18fbc3 (patch) | |
tree | 88d94423ae2a3a989018aea687f0a3e846609474 /target/linux/ar71xx/files/arch/mips | |
parent | 73aaa1b56ab82ed5563f2f751485166bdc3d1989 (diff) | |
download | mtk-20170518-e42eb910cc7e999e2282ff8419abf7008f18fbc3.zip mtk-20170518-e42eb910cc7e999e2282ff8419abf7008f18fbc3.tar.gz mtk-20170518-e42eb910cc7e999e2282ff8419abf7008f18fbc3.tar.bz2 |
fix build error introduced in r13389
SVN-Revision: 13390
Diffstat (limited to 'target/linux/ar71xx/files/arch/mips')
-rw-r--r-- | target/linux/ar71xx/files/arch/mips/ar71xx/mach-ap83.c | 4 |
1 files changed, 2 insertions, 2 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 82cd3ee..1ca847b 100644 --- a/target/linux/ar71xx/files/arch/mips/ar71xx/mach-ap83.c +++ b/target/linux/ar71xx/files/arch/mips/ar71xx/mach-ap83.c @@ -53,8 +53,8 @@ static void __init ap83_setup(void) ar71xx_add_device_eth(1); - ar71xx_add_device_leds_gpio(-1, ARRAY_SIZE(rb4xx_leds_gpio), - rb4xx_leds_gpio); + ar71xx_add_device_leds_gpio(-1, ARRAY_SIZE(ap83_leds_gpio), + ap83_leds_gpio); } |