Skip to content

Commit

Permalink
csky: Fixup warning by EXPORT_SYMBOL(kmap)
Browse files Browse the repository at this point in the history
This a wrong code, and no kmap symbol for export.

Signed-off-by: Guo Ren <[email protected]>
Cc: Arnd Bergmann <[email protected]>
  • Loading branch information
guoren83 committed Jul 31, 2020
1 parent 50d23a1 commit 667b932
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions arch/csky/mm/highmem.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 667b932

Please sign in to comment.