Browse Source

ARM: 8694/1: Remove leftover of fixmap_page_table

fixmap_page_table was removed by commit 836a24183273 (ARM: expand
fixmap region to 3MB), but some traces are still there - get rid of
them.

Signed-off-by: Vladimir Murzin <vladimir.murzin@arm.com>
Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
Vladimir Murzin 8 years ago
parent
commit
94058906ac
1 changed files with 0 additions and 1 deletions
  1. 0 1
      arch/arm/include/asm/highmem.h

+ 0 - 1
arch/arm/include/asm/highmem.h

@@ -18,7 +18,6 @@
 	} while (0)
 
 extern pte_t *pkmap_page_table;
-extern pte_t *fixmap_page_table;
 
 extern void *kmap_high(struct page *page);
 extern void kunmap_high(struct page *page);