diff options
author | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | 2014-01-07 09:56:06 -0500 |
---|---|---|
committer | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | 2014-01-07 09:59:28 -0500 |
commit | 0869a642326e786544ef3e307175dcec150fe3dc (patch) | |
tree | 6c38f085f536ba6ddebe318b1f807c8d2a6c481c /arch/x86 | |
parent | 89c3cf52c76ff3d7b129156f4b8943af517d9db2 (diff) | |
download | linux-0869a642326e786544ef3e307175dcec150fe3dc.tar.bz2 |
xen/pvh: Fix compile issues with xen_pvh_domain()
Oddly enough it compiles for my ancient compiler but with
the supplied .config it does blow up. Fix is easy enough.
Reported-by: kbuild test robot <fengguang.wu@intel.com>
Reported-by: Jim Davis <jim.epost@gmail.com>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
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) #ifdef CONFIG_XEN_PVH #include <xen/balloon.h> #include <xen/events.h> +#include <xen/xen.h> #include <linux/slab.h> static int __init xlated_setup_gnttab_pages(void) { |