From 27f23bac8f6e6ec63df669ec93d9409b67390c1c Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Sat, 7 Oct 2017 17:54:12 +0200 Subject: ar71xx: fix section mismatches Fix some section mismatches found with kernel 4.9. Signed-off-by: Hauke Mehrtens --- target/linux/ar71xx/files/arch/mips/ath79/mach-rbspi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/ar71xx/files/arch/mips/ath79/mach-rbspi.c') 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 9b4c53a578..58e3138b5d 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"), -- cgit v1.2.3