Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

MIPS: remove the _dma_cache_wback_inv export

This export is not used in modular code, which is a good thing as
everyone should use the proper DMA API instead.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Acked-by: Paul Burton <paul.burton@mips.com>

-2
-2
arch/mips/mm/cache.c
··· 62 62 void (*_dma_cache_wback)(unsigned long start, unsigned long size); 63 63 void (*_dma_cache_inv)(unsigned long start, unsigned long size); 64 64 65 - EXPORT_SYMBOL(_dma_cache_wback_inv); 66 - 67 65 #endif /* CONFIG_DMA_NONCOHERENT */ 68 66 69 67 /*