mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-03-16 12:14:06 +00:00
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>
This commit is contained in:
parent
32ee500f29
commit
a771e92250
1 changed files with 0 additions and 6 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue