x86: use _types.h headers in asm where available
[deliverable/linux.git] / arch / x86 / kernel / head_32.S
index 2a0aad7718d5340a449da6759f6861a239d56b41..c32ca19d591a5de88057d2d9534168332fa7bf77 100644 (file)
@@ -11,8 +11,8 @@
 #include <linux/init.h>
 #include <linux/linkage.h>
 #include <asm/segment.h>
-#include <asm/page.h>
-#include <asm/pgtable.h>
+#include <asm/page_types.h>
+#include <asm/pgtable_types.h>
 #include <asm/desc.h>
 #include <asm/cache.h>
 #include <asm/thread_info.h>
This page took 0.038811 seconds and 5 git commands to generate.