diff options
Diffstat (limited to 'target/linux/brcm47xx/patches-4.0/999-wl_exports.patch')
-rw-r--r-- | target/linux/brcm47xx/patches-4.0/999-wl_exports.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm47xx/patches-4.0/999-wl_exports.patch b/target/linux/brcm47xx/patches-4.0/999-wl_exports.patch index e3c6691..be14a09 100644 --- a/target/linux/brcm47xx/patches-4.0/999-wl_exports.patch +++ b/target/linux/brcm47xx/patches-4.0/999-wl_exports.patch @@ -7,9 +7,9 @@ -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[] = {0x8000, 0xF000, 0x10000}; static int cfe_env; - extern char *cfe_env_get(char *nv_buf, const char *name); --- a/arch/mips/mm/cache.c +++ b/arch/mips/mm/cache.c @@ -59,6 +59,7 @@ void (*_dma_cache_wback)(unsigned long s |