diff options
Diffstat (limited to 'arch/x86/lguest/boot.c')
-rw-r--r-- | arch/x86/lguest/boot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/lguest/boot.c b/arch/x86/lguest/boot.c index 8f9a133cc099..27f8eea0d6eb 100644 --- a/arch/x86/lguest/boot.c +++ b/arch/x86/lguest/boot.c | |||
@@ -70,7 +70,7 @@ | |||
70 | #include <asm/e820.h> | 70 | #include <asm/e820.h> |
71 | #include <asm/mce.h> | 71 | #include <asm/mce.h> |
72 | #include <asm/io.h> | 72 | #include <asm/io.h> |
73 | #include <asm/i387.h> | 73 | #include <asm/fpu/api.h> |
74 | #include <asm/stackprotector.h> | 74 | #include <asm/stackprotector.h> |
75 | #include <asm/reboot.h> /* for struct machine_ops */ | 75 | #include <asm/reboot.h> /* for struct machine_ops */ |
76 | #include <asm/kvm_para.h> | 76 | #include <asm/kvm_para.h> |