summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2008-11-28 10:07:56 +0000
committerGabor Juhos <juhosg@openwrt.org>2008-11-28 10:07:56 +0000
commite42eb910cc7e999e2282ff8419abf7008f18fbc3 (patch)
tree88d94423ae2a3a989018aea687f0a3e846609474
parent73aaa1b56ab82ed5563f2f751485166bdc3d1989 (diff)
downloadmaster-31e0f0ae-e42eb910cc7e999e2282ff8419abf7008f18fbc3.tar.gz
master-31e0f0ae-e42eb910cc7e999e2282ff8419abf7008f18fbc3.tar.bz2
master-31e0f0ae-e42eb910cc7e999e2282ff8419abf7008f18fbc3.zip
fix build error introduced in r13389
SVN-Revision: 13390
-rw-r--r--target/linux/ar71xx/files/arch/mips/ar71xx/mach-ap83.c4
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 82cd3eea4d..1ca847b4b7 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);
}