]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
csky: Fixup warning by EXPORT_SYMBOL(kmap)
authorGuo Ren <guoren@linux.alibaba.com>
Thu, 30 Jul 2020 13:14:08 +0000 (13:14 +0000)
committerGuo Ren <guoren@linux.alibaba.com>
Fri, 31 Jul 2020 01:54:38 +0000 (01:54 +0000)
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>
arch/csky/mm/highmem.c

index 89ec32e602a18acca34bfde7d7ff44206f6442c8..89c10800a002e98a549c9670cb41cbc39d7c8891 100644 (file)
@@ -19,8 +19,6 @@ void kmap_flush_tlb(unsigned long addr)
 }
 EXPORT_SYMBOL(kmap_flush_tlb);
 
-EXPORT_SYMBOL(kmap);
-
 void *kmap_atomic_high_prot(struct page *page, pgprot_t prot)
 {
        unsigned long vaddr;