[ar71xx] fix build error introduced in r13389
[openwrt.git] / target / linux / ar71xx / files / arch / mips / ar71xx / mach-ap83.c
index 82cd3ee..1ca847b 100644 (file)
@@ -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);
 
 }
 
This page took 0.024487 seconds and 4 git commands to generate.