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:
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user