diff options
Diffstat (limited to 'arch/x86')
-rw-r--r-- | arch/x86/xen/grant-table.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/xen/grant-table.c b/arch/x86/xen/grant-table.c index 2d719799fd6a..103c93f874b2 100644 --- a/arch/x86/xen/grant-table.c +++ b/arch/x86/xen/grant-table.c | |||
@@ -128,6 +128,7 @@ void arch_gnttab_unmap(void *shared, unsigned long nr_gframes) | |||
128 | #ifdef CONFIG_XEN_PVH | 128 | #ifdef CONFIG_XEN_PVH |
129 | #include <xen/balloon.h> | 129 | #include <xen/balloon.h> |
130 | #include <xen/events.h> | 130 | #include <xen/events.h> |
131 | #include <xen/xen.h> | ||
131 | #include <linux/slab.h> | 132 | #include <linux/slab.h> |
132 | static int __init xlated_setup_gnttab_pages(void) | 133 | static int __init xlated_setup_gnttab_pages(void) |
133 | { | 134 | { |