fix build error introduced in r13389
SVN-Revision: 13390
This commit is contained in:
parent
73aaa1b56a
commit
e42eb910cc
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue