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
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ static struct spi_gpio_platform_data archer_c7_v4_spi_data = {
|
||||||
.num_chipselect = 1,
|
.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 = {
|
static struct gen_74x164_chip_platform_data archer_c7_v4_ssr_data = {
|
||||||
.base = ARCHER_C7_74HC_GPIO_BASE,
|
.base = ARCHER_C7_74HC_GPIO_BASE,
|
||||||
|
|
Loading…
Reference in a new issue