From: Christoph Hellwig Date: Sun, 28 Apr 2019 18:34:59 +0000 (-0500) Subject: MIPS: remove the _dma_cache_wback_inv export X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=e58cfbfb32d1b9bcc8dd5e0c8801c8d518bc51f3;p=linux.git 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 Acked-by: Paul Burton --- diff --git a/arch/mips/mm/cache.c b/arch/mips/mm/cache.c index 3da2169886724..33b409391ddb6 100644 --- a/arch/mips/mm/cache.c +++ b/arch/mips/mm/cache.c @@ -62,8 +62,6 @@ void (*_dma_cache_wback_inv)(unsigned long start, unsigned long size); 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); - #endif /* CONFIG_DMA_NONCOHERENT */ /*