arch/kmap: remove redundant arch specific kmaps
[linux-2.6-microblaze.git] / arch / arc / include / asm / highmem.h
index 042e929..96eb67c 100644 (file)
@@ -30,8 +30,6 @@
 
 #include <asm/cacheflush.h>
 
-extern void *kmap(struct page *page);
-extern void *kmap_high(struct page *page);
 extern void *kmap_atomic(struct page *page);
 extern void __kunmap_atomic(void *kvaddr);
 extern void kunmap_high(struct page *page);