aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-i386/pgalloc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-i386/pgalloc.h')
-rw-r--r--include/asm-i386/pgalloc.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/asm-i386/pgalloc.h b/include/asm-i386/pgalloc.h
index c8dc2d0141a7..d07b7afc2692 100644
--- a/include/asm-i386/pgalloc.h
+++ b/include/asm-i386/pgalloc.h
@@ -1,7 +1,6 @@
#ifndef _I386_PGALLOC_H
#define _I386_PGALLOC_H
-#include <asm/fixmap.h>
#include <linux/threads.h>
#include <linux/mm.h> /* for struct page */
@@ -66,6 +65,4 @@ do { \
#define pud_populate(mm, pmd, pte) BUG()
#endif
-#define check_pgt_cache() do { } while (0)
-
#endif /* _I386_PGALLOC_H */