diff options
author | Christoph Hellwig <hch@lst.de> | 2019-04-28 13:34:59 -0500 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2019-06-03 16:00:08 +0200 |
commit | e58cfbfb32d1b9bcc8dd5e0c8801c8d518bc51f3 (patch) | |
tree | 76b36b936fbd322782341ed2ea977d0274de57cd /arch | |
parent | 2d7a3dc3e24f43504b1f25eae8195e600f4cce8b (diff) | |
download | linux-e58cfbfb32d1b9bcc8dd5e0c8801c8d518bc51f3.tar.gz linux-e58cfbfb32d1b9bcc8dd5e0c8801c8d518bc51f3.tar.bz2 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')
-rw-r--r-- | arch/mips/mm/cache.c | 2 |
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 */ /* |