[brcm63xx] fix typo, INT_MASK is writable, INT_STATUS is not
[openwrt.git] / target / linux / ifxmips / patches-2.6.27 / 170-dma_hack.patch
1 --- a/arch/mips/mm/cache.c
2 +++ b/arch/mips/mm/cache.c
3 @@ -51,6 +51,8 @@ void (*_dma_cache_wback)(unsigned long s
4 void (*_dma_cache_inv)(unsigned long start, unsigned long size);
5
6 EXPORT_SYMBOL(_dma_cache_wback_inv);
7 +EXPORT_SYMBOL(_dma_cache_wback);
8 +EXPORT_SYMBOL(_dma_cache_inv);
9
10 #endif /* CONFIG_DMA_NONCOHERENT */
11
This page took 0.05376 seconds and 5 git commands to generate.