aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/bcm47xx/patches-5.4
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/bcm47xx/patches-5.4')
-rw-r--r--target/linux/bcm47xx/patches-5.4/999-wl_exports.patch3
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/bcm47xx/patches-5.4/999-wl_exports.patch b/target/linux/bcm47xx/patches-5.4/999-wl_exports.patch
index 607c552885..7dcf028ab1 100644
--- a/target/linux/bcm47xx/patches-5.4/999-wl_exports.patch
+++ b/target/linux/bcm47xx/patches-5.4/999-wl_exports.patch
@@ -12,10 +12,11 @@
static int cfe_env;
--- a/arch/mips/mm/cache.c
+++ b/arch/mips/mm/cache.c
-@@ -62,6 +62,8 @@ void (*_dma_cache_wback_inv)(unsigned lo
+@@ -62,6 +62,9 @@ void (*_dma_cache_wback_inv)(unsigned lo
void (*_dma_cache_wback)(unsigned long start, unsigned long size);
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 */