nds32: don't export low-level cache flushing routines
authorChristoph Hellwig <hch@lst.de>
Mon, 29 Apr 2019 11:51:43 +0000 (06:51 -0500)
committerGreentime Hu <greentime@andestech.com>
Thu, 16 May 2019 06:40:26 +0000 (14:40 +0800)
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>
arch/nds32/kernel/nds32_ksyms.c

index 5ecebd0..20719e4 100644 (file)
@@ -23,9 +23,3 @@ EXPORT_SYMBOL(memzero);
 EXPORT_SYMBOL(__arch_copy_from_user);
 EXPORT_SYMBOL(__arch_copy_to_user);
 EXPORT_SYMBOL(__arch_clear_user);
-
-/* cache handling */
-EXPORT_SYMBOL(cpu_icache_inval_all);
-EXPORT_SYMBOL(cpu_dcache_wbinval_all);
-EXPORT_SYMBOL(cpu_dma_inval_range);
-EXPORT_SYMBOL(cpu_dma_wb_range);