x86: use _types.h headers in asm where available
[deliverable/linux.git] / arch / x86 / boot / compressed / head_64.S
index 1d5dff4123e15a3cebf9c59f6edaa9575c58dc70..36743525e37399adce539778b7c43670fba0390a 100644 (file)
@@ -26,8 +26,8 @@
 
 #include <linux/linkage.h>
 #include <asm/segment.h>
-#include <asm/pgtable.h>
-#include <asm/page.h>
+#include <asm/pgtable_types.h>
+#include <asm/page_types.h>
 #include <asm/boot.h>
 #include <asm/msr.h>
 #include <asm/processor-flags.h>
This page took 0.024599 seconds and 5 git commands to generate.