aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm47xx/patches-4.4/999-wl_exports.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2018-04-09 09:56:04 +0200
committerFelix Fietkau <nbd@nbd.name>2018-04-27 15:19:19 +0200
commit67aec988c4c51e8c9fb180e96438291599db6645 (patch)
tree97bbb72863b2b11a35422d03b5036ace7a92fd83 /target/linux/brcm47xx/patches-4.4/999-wl_exports.patch
parent771f1ca3ffe10871893751ab384de3b7a9b06610 (diff)
downloadupstream-67aec988c4c51e8c9fb180e96438291599db6645.tar.gz
upstream-67aec988c4c51e8c9fb180e96438291599db6645.tar.bz2
upstream-67aec988c4c51e8c9fb180e96438291599db6645.zip
brcm47xx: remove linux 4.4 support
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target/linux/brcm47xx/patches-4.4/999-wl_exports.patch')
-rw-r--r--target/linux/brcm47xx/patches-4.4/999-wl_exports.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/target/linux/brcm47xx/patches-4.4/999-wl_exports.patch b/target/linux/brcm47xx/patches-4.4/999-wl_exports.patch
deleted file mode 100644
index 02e399df73..0000000000
--- a/target/linux/brcm47xx/patches-4.4/999-wl_exports.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- a/drivers/firmware/broadcom/bcm47xx_nvram.c
-+++ b/drivers/firmware/broadcom/bcm47xx_nvram.c
-@@ -34,7 +34,8 @@ struct nvram_header {
- u32 config_ncdl; /* ncdl values for memc */
- };
-
--static char nvram_buf[NVRAM_SPACE];
-+char nvram_buf[NVRAM_SPACE];
-+EXPORT_SYMBOL(nvram_buf);
- static size_t nvram_len;
- static const u32 nvram_sizes[] = {0x6000, 0x8000, 0xF000, 0x10000};
- static int cfe_env;
---- a/arch/mips/mm/cache.c
-+++ b/arch/mips/mm/cache.c
-@@ -59,6 +59,7 @@ void (*_dma_cache_wback)(unsigned long s
- void (*_dma_cache_inv)(unsigned long start, unsigned long size);
-
- EXPORT_SYMBOL(_dma_cache_wback_inv);
-+EXPORT_SYMBOL(_dma_cache_inv);
-
- #endif /* CONFIG_DMA_NONCOHERENT || CONFIG_DMA_MAYBE_COHERENT */
-