diff options
Diffstat (limited to 'arch/x86/lguest/boot.c')
-rw-r--r-- | arch/x86/lguest/boot.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/lguest/boot.c b/arch/x86/lguest/boot.c index f63da5ef217c..cf4603ba866f 100644 --- a/arch/x86/lguest/boot.c +++ b/arch/x86/lguest/boot.c | |||
@@ -56,6 +56,7 @@ | |||
56 | #include <linux/lguest_launcher.h> | 56 | #include <linux/lguest_launcher.h> |
57 | #include <linux/virtio_console.h> | 57 | #include <linux/virtio_console.h> |
58 | #include <linux/pm.h> | 58 | #include <linux/pm.h> |
59 | #include <linux/export.h> | ||
59 | #include <asm/apic.h> | 60 | #include <asm/apic.h> |
60 | #include <asm/lguest.h> | 61 | #include <asm/lguest.h> |
61 | #include <asm/paravirt.h> | 62 | #include <asm/paravirt.h> |