projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[ar71xx] fix build error introduced in r13389
[openwrt.git]
/
target
/
linux
/
ar71xx
/
files
/
arch
/
mips
/
ar71xx
/
mach-ap83.c
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
82cd3ee
..
1ca847b
100644
(file)
--- 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);
}
This page took
0.024487 seconds
and
4
git commands to generate.