From: Felix Fietkau Date: Sun, 5 Nov 2017 17:36:53 +0000 (+0100) Subject: ar71xx: fix section mismatch in TP-Link Archer C7 v4 support X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=1c68fd6d757812c6a36f3a6a1175ff0903381989 ar71xx: fix section mismatch in TP-Link Archer C7 v4 support Signed-off-by: Felix Fietkau --- diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-archer-c7-v4.c b/target/linux/ar71xx/files/arch/mips/ath79/mach-archer-c7-v4.c index 21b8e8cf8b..bfd2b2e6b8 100644 --- a/target/linux/ar71xx/files/arch/mips/ath79/mach-archer-c7-v4.c +++ b/target/linux/ar71xx/files/arch/mips/ath79/mach-archer-c7-v4.c @@ -83,7 +83,7 @@ static struct spi_gpio_platform_data archer_c7_v4_spi_data = { .num_chipselect = 1, }; -static u8 archer_c7_v4_ssr_initdata __initdata = 0xff; +static u8 archer_c7_v4_ssr_initdata = 0xff; static struct gen_74x164_chip_platform_data archer_c7_v4_ssr_data = { .base = ARCHER_C7_74HC_GPIO_BASE,