Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

csky: Fixup warning by EXPORT_SYMBOL(kmap)

This a wrong code, and no kmap symbol for export.

Signed-off-by: Guo Ren <guoren@linux.alibaba.com>
Cc: Arnd Bergmann <arnd@arndb.de>

Guo Ren 667b9324 50d23a1c

-2
-2
arch/csky/mm/highmem.c
··· 19 19 } 20 20 EXPORT_SYMBOL(kmap_flush_tlb); 21 21 22 - EXPORT_SYMBOL(kmap); 23 - 24 22 void *kmap_atomic_high_prot(struct page *page, pgprot_t prot) 25 23 { 26 24 unsigned long vaddr;