mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-20 17:32:57 +00:00
ar71xx: fix section mismatch in TP-Link Archer C7 v4 support
Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
e0d58157d8
commit
1c68fd6d75
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user