diff options
author | Christoph Hellwig <hch@lst.de> | 2020-06-07 21:41:29 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2020-06-08 11:05:57 -0700 |
commit | e7c1fa11b0b007e5b74c39be38d507d06aa19e8d (patch) | |
tree | ce301c0b9f92cd34cf0d0bce1abf8fd22ce1ec0a /arch/nds32 | |
parent | ce450ebf6179acf6e90dcc090e90face215faec4 (diff) | |
download | linux-e7c1fa11b0b007e5b74c39be38d507d06aa19e8d.tar.bz2 |
nds32: unexport flush_icache_page
flush_icache_page is only used by mm/memory.c.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Cc: Greentime Hu <green.hu@gmail.com>
Cc: Vincent Chen <deanbo422@gmail.com>
Link: http://lkml.kernel.org/r/20200515143646.3857579-3-hch@lst.de
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/nds32')
-rw-r--r-- | arch/nds32/mm/cacheflush.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/nds32/mm/cacheflush.c b/arch/nds32/mm/cacheflush.c index 254703653b6f..8f168b33065f 100644 --- a/arch/nds32/mm/cacheflush.c +++ b/arch/nds32/mm/cacheflush.c @@ -35,7 +35,6 @@ void flush_icache_page(struct vm_area_struct *vma, struct page *page) kunmap_atomic((void *)kaddr); local_irq_restore(flags); } -EXPORT_SYMBOL(flush_icache_page); void flush_icache_user_range(struct vm_area_struct *vma, struct page *page, unsigned long addr, int len) |