adm8668: drop 3.14
[openwrt.git] / target / linux / brcm47xx / patches-3.14 / 999-wl_exports.patch
1 --- a/arch/mips/bcm47xx/nvram.c
2 +++ b/arch/mips/bcm47xx/nvram.c
3 @@ -20,7 +20,8 @@
4  #include <bcm47xx_nvram.h>
5  #include <asm/mach-bcm47xx/bcm47xx.h>
6  
7 -static char nvram_buf[NVRAM_SPACE];
8 +char nvram_buf[NVRAM_SPACE];
9 +EXPORT_SYMBOL(nvram_buf);
10  static const u32 nvram_sizes[] = {0x8000, 0xF000, 0x10000};
11  static int cfe_env;
12  extern char *cfe_env_get(char *nv_buf, const char *name);
13 --- a/arch/mips/mm/cache.c
14 +++ b/arch/mips/mm/cache.c
15 @@ -58,6 +58,7 @@ void (*_dma_cache_wback)(unsigned long s
16  void (*_dma_cache_inv)(unsigned long start, unsigned long size);
17  
18  EXPORT_SYMBOL(_dma_cache_wback_inv);
19 +EXPORT_SYMBOL(_dma_cache_inv);
20  
21  #endif /* CONFIG_DMA_NONCOHERENT */
22