x86: use _types.h headers in asm where available
[deliverable/linux.git] / arch / x86 / kernel / acpi / wakeup_64.S
index bcc293423a7026cb28e8c659b693d464a8cfe28e..82add8b804b72798f2f8dfe75f0722e4001a31dd 100644 (file)
@@ -1,8 +1,8 @@
 .text
 #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/msr.h>
 #include <asm/asm-offsets.h>
 
This page took 0.024836 seconds and 5 git commands to generate.