summaryrefslogtreecommitdiffstats
path: root/arch/mips/mm
diff options
context:
space:
mode:
authorChristoph Hellwig2019-04-28 20:34:59 +0200
committerChristoph Hellwig2019-06-03 16:00:08 +0200
commite58cfbfb32d1b9bcc8dd5e0c8801c8d518bc51f3 (patch)
tree76b36b936fbd322782341ed2ea977d0274de57cd /arch/mips/mm
parentUSB: drop HCD_LOCAL_MEM flag (diff)
downloadkernel-qcow2-linux-e58cfbfb32d1b9bcc8dd5e0c8801c8d518bc51f3.tar.gz
kernel-qcow2-linux-e58cfbfb32d1b9bcc8dd5e0c8801c8d518bc51f3.tar.xz
kernel-qcow2-linux-e58cfbfb32d1b9bcc8dd5e0c8801c8d518bc51f3.zip
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>
Diffstat (limited to 'arch/mips/mm')
-rw-r--r--arch/mips/mm/cache.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/mips/mm/cache.c b/arch/mips/mm/cache.c
index 3da216988672..33b409391ddb 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 */
/*