1
0
Fork 0

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>
alistair/sunxi64-5.4-dsi
Christoph Hellwig 2019-04-28 13:34:59 -05:00
parent 2d7a3dc3e2
commit e58cfbfb32
1 changed files with 0 additions and 2 deletions

View File

@ -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 */
/*