diff options
Diffstat (limited to 'drivers/xen/balloon.c')
| -rw-r--r-- | drivers/xen/balloon.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/xen/balloon.c b/drivers/xen/balloon.c index 526c191e84ea..8dc7109d61b7 100644 --- a/drivers/xen/balloon.c +++ b/drivers/xen/balloon.c | |||
| @@ -44,13 +44,15 @@ | |||
| 44 | #include <linux/list.h> | 44 | #include <linux/list.h> |
| 45 | #include <linux/sysdev.h> | 45 | #include <linux/sysdev.h> |
| 46 | 46 | ||
| 47 | #include <asm/xen/hypervisor.h> | ||
| 48 | #include <asm/page.h> | 47 | #include <asm/page.h> |
| 49 | #include <asm/pgalloc.h> | 48 | #include <asm/pgalloc.h> |
| 50 | #include <asm/pgtable.h> | 49 | #include <asm/pgtable.h> |
| 51 | #include <asm/uaccess.h> | 50 | #include <asm/uaccess.h> |
| 52 | #include <asm/tlb.h> | 51 | #include <asm/tlb.h> |
| 53 | 52 | ||
| 53 | #include <asm/xen/hypervisor.h> | ||
| 54 | #include <asm/xen/hypercall.h> | ||
| 55 | #include <xen/interface/xen.h> | ||
| 54 | #include <xen/interface/memory.h> | 56 | #include <xen/interface/memory.h> |
| 55 | #include <xen/xenbus.h> | 57 | #include <xen/xenbus.h> |
| 56 | #include <xen/features.h> | 58 | #include <xen/features.h> |
