[ar71xx] rename USB variables
[openwrt/svn-archive/archive.git] / target / linux / ar71xx / files / arch / mips / ar71xx / mach-ap83.c
index 82cd3eea4d8d32aca3801973c7c323018ddca094..23d245f9ffb51fa84cad056849d5d6ff41bb21da 100644 (file)
@@ -53,9 +53,9 @@ 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);
 
 }
 
-MIPS_MACHINE(MACH_AR71XX_AP83, "Atheros AP83", ap83_setup);
+MIPS_MACHINE(AR71XX_MACH_AP83, "Atheros AP83", ap83_setup);