projects
/
openwrt
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e0d5815
)
ar71xx: fix section mismatch in TP-Link Archer C7 v4 support
author
Felix Fietkau
<nbd@nbd.name>
Sun, 5 Nov 2017 17:36:53 +0000
(18:36 +0100)
committer
Felix Fietkau
<nbd@nbd.name>
Sun, 5 Nov 2017 17:52:14 +0000
(18:52 +0100)
Signed-off-by: Felix Fietkau <nbd@nbd.name>
target/linux/ar71xx/files/arch/mips/ath79/mach-archer-c7-v4.c
patch
|
blob
|
history
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 21b8e8cf8b7130e7c7197fd537fdd5404ea9b148..bfd2b2e6b8b38844aa676d382216ce39cdbe9efe 100644
(file)
--- 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,