ar71xx: fix section mismatches

Fix some section mismatches found with kernel 4.9.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
Hauke Mehrtens
2017-10-07 17:54:12 +02:00
parent 7bbf4117c6
commit 27f23bac8f
10 changed files with 13 additions and 13 deletions

View File

@@ -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"),