[ar71xx] fix build error introduced in r13389

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13390 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Gabor Juhos 2008-11-28 10:07:56 +00:00
parent 678aaf812b
commit 2827d4ec43
1 changed files with 2 additions and 2 deletions

View 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);
}