diff options
| -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 d2235db4085f..8f1356258aa4 100644 --- a/arch/x86/lguest/boot.c +++ b/arch/x86/lguest/boot.c | |||
| @@ -56,6 +56,7 @@ | |||
| 56 | #include <linux/lguest.h> | 56 | #include <linux/lguest.h> |
| 57 | #include <linux/lguest_launcher.h> | 57 | #include <linux/lguest_launcher.h> |
| 58 | #include <linux/virtio_console.h> | 58 | #include <linux/virtio_console.h> |
| 59 | #include <linux/pm.h> | ||
| 59 | #include <asm/paravirt.h> | 60 | #include <asm/paravirt.h> |
| 60 | #include <asm/param.h> | 61 | #include <asm/param.h> |
| 61 | #include <asm/page.h> | 62 | #include <asm/page.h> |
