[source] ar71xx: fix section mismatch in TP-Link Archer C7 v4 support

LEDE Commits lede-commits at lists.infradead.org
Sun Nov 5 09:52:37 PST 2017


nbd pushed a commit to source.git, branch master:
https://git.lede-project.org/1c68fd6d757812c6a36f3a6a1175ff0903381989

commit 1c68fd6d757812c6a36f3a6a1175ff0903381989
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Sun Nov 5 18:36:53 2017 +0100

    ar71xx: fix section mismatch in TP-Link Archer C7 v4 support
    
    Signed-off-by: Felix Fietkau <nbd at nbd.name>
---
 target/linux/ar71xx/files/arch/mips/ath79/mach-archer-c7-v4.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 21b8e8c..bfd2b2e 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,



More information about the lede-commits mailing list