Skip to content

Commit 667b932

Browse files
committed
csky: Fixup warning by EXPORT_SYMBOL(kmap)
This a wrong code, and no kmap symbol for export. Signed-off-by: Guo Ren <[email protected]> Cc: Arnd Bergmann <[email protected]>
1 parent 50d23a1 commit 667b932

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

arch/csky/mm/highmem.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ void kmap_flush_tlb(unsigned long addr)
1919
}
2020
EXPORT_SYMBOL(kmap_flush_tlb);
2121

22-
EXPORT_SYMBOL(kmap);
23-
2422
void *kmap_atomic_high_prot(struct page *page, pgprot_t prot)
2523
{
2624
unsigned long vaddr;

0 commit comments

Comments
 (0)