projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d7a3dc
)
MIPS: remove the _dma_cache_wback_inv export
author
Christoph Hellwig
<hch@lst.de>
Sun, 28 Apr 2019 18:34:59 +0000
(13:34 -0500)
committer
Christoph Hellwig
<hch@lst.de>
Mon, 3 Jun 2019 14:00:08 +0000
(16:00 +0200)
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>
arch/mips/mm/cache.c
patch
|
blob
|
history
diff --git
a/arch/mips/mm/cache.c
b/arch/mips/mm/cache.c
index 3da216988672492a17cb1eec9910874d58476713..33b409391ddb6ba394da60a84c75f8a5d5091ad8 100644
(file)
--- 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 */
/*