diff options
Diffstat (limited to 'drivers/xen/manage.c')
-rw-r--r-- | drivers/xen/manage.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/xen/manage.c b/drivers/xen/manage.c index 9e6a85104a20..d10effee9b9e 100644 --- a/drivers/xen/manage.c +++ b/drivers/xen/manage.c | |||
@@ -19,10 +19,10 @@ | |||
19 | #include <xen/grant_table.h> | 19 | #include <xen/grant_table.h> |
20 | #include <xen/events.h> | 20 | #include <xen/events.h> |
21 | #include <xen/hvc-console.h> | 21 | #include <xen/hvc-console.h> |
22 | #include <xen/page.h> | ||
22 | #include <xen/xen-ops.h> | 23 | #include <xen/xen-ops.h> |
23 | 24 | ||
24 | #include <asm/xen/hypercall.h> | 25 | #include <asm/xen/hypercall.h> |
25 | #include <asm/xen/page.h> | ||
26 | #include <asm/xen/hypervisor.h> | 26 | #include <asm/xen/hypervisor.h> |
27 | 27 | ||
28 | enum shutdown_state { | 28 | enum shutdown_state { |