Commit 94058906 authored by Vladimir Murzin's avatar Vladimir Murzin Committed by Russell King

ARM: 8694/1: Remove leftover of fixmap_page_table

fixmap_page_table was removed by commit 836a2418 (ARM: expand
fixmap region to 3MB), but some traces are still there - get rid of
them.
Signed-off-by: default avatarVladimir Murzin <vladimir.murzin@arm.com>
Signed-off-by: default avatarRussell King <rmk+kernel@armlinux.org.uk>
parent cf1b0990
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment