diff options
author | Christoph Hellwig <hch@lst.de> | 2019-04-29 07:51:43 -0400 |
---|---|---|
committer | Greentime Hu <greentime@andestech.com> | 2019-05-16 02:40:26 -0400 |
commit | a771e92250089cfdf8171715668f23efcf13ee58 (patch) | |
tree | 594159215b31c20ec9bcc2b18e9abe1ba67df14d | |
parent | 32ee500f295a6652356362837032fe6993a701c6 (diff) |
nds32: don't export low-level cache flushing routines
None of these is used by modules. Nor should they as we have better
highlevel primitives.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Acked-by: Greentime Hu <greentime@andestech.com>
Signed-off-by: Greentime Hu <greentime@andestech.com>
-rw-r--r-- | arch/nds32/kernel/nds32_ksyms.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/nds32/kernel/nds32_ksyms.c b/arch/nds32/kernel/nds32_ksyms.c index 5ecebd0e60cb..20719e42ae36 100644 --- a/arch/nds32/kernel/nds32_ksyms.c +++ b/arch/nds32/kernel/nds32_ksyms.c | |||
@@ -23,9 +23,3 @@ EXPORT_SYMBOL(memzero); | |||
23 | EXPORT_SYMBOL(__arch_copy_from_user); | 23 | EXPORT_SYMBOL(__arch_copy_from_user); |
24 | EXPORT_SYMBOL(__arch_copy_to_user); | 24 | EXPORT_SYMBOL(__arch_copy_to_user); |
25 | EXPORT_SYMBOL(__arch_clear_user); | 25 | EXPORT_SYMBOL(__arch_clear_user); |
26 | |||
27 | /* cache handling */ | ||
28 | EXPORT_SYMBOL(cpu_icache_inval_all); | ||
29 | EXPORT_SYMBOL(cpu_dcache_wbinval_all); | ||
30 | EXPORT_SYMBOL(cpu_dma_inval_range); | ||
31 | EXPORT_SYMBOL(cpu_dma_wb_range); | ||