mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-11 00:08:50 +00:00
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>
This commit is contained in:
parent
50d23a1c89
commit
667b9324bd
@ -19,8 +19,6 @@ void kmap_flush_tlb(unsigned long addr)
|
|||||||
}
|
}
|
||||||
EXPORT_SYMBOL(kmap_flush_tlb);
|
EXPORT_SYMBOL(kmap_flush_tlb);
|
||||||
|
|
||||||
EXPORT_SYMBOL(kmap);
|
|
||||||
|
|
||||||
void *kmap_atomic_high_prot(struct page *page, pgprot_t prot)
|
void *kmap_atomic_high_prot(struct page *page, pgprot_t prot)
|
||||||
{
|
{
|
||||||
unsigned long vaddr;
|
unsigned long vaddr;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user