diff options
Diffstat (limited to 'target/linux/ar71xx/files/arch/mips/ath79/mach-rbspi.c')
-rw-r--r-- | target/linux/ar71xx/files/arch/mips/ath79/mach-rbspi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-rbspi.c b/target/linux/ar71xx/files/arch/mips/ath79/mach-rbspi.c index 9b4c53a..58e3138 100644 --- a/target/linux/ar71xx/files/arch/mips/ath79/mach-rbspi.c +++ b/target/linux/ar71xx/files/arch/mips/ath79/mach-rbspi.c @@ -267,7 +267,7 @@ static struct gpio_led rb962_leds_gpio[] __initdata = { }, }; -static const struct ar8327_led_info rb962_leds_ar8327[] __initconst = { +static const struct ar8327_led_info rb962_leds_ar8327[] = { AR8327_LED_INFO(PHY0_0, HW, "rb:green:port1"), AR8327_LED_INFO(PHY1_0, HW, "rb:green:port2"), AR8327_LED_INFO(PHY2_0, HW, "rb:green:port3"), |