]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
xen: include correct header for xen_pfn_t definition.
authorIan Campbell <ian.campbell@citrix.com>
Tue, 30 Oct 2012 06:51:49 +0000 (07:51 +0100)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Tue, 30 Oct 2012 14:13:30 +0000 (10:13 -0400)
Fixes build breakage:

In file included from arch/x86/xen/xen-ops.h:7:0,
                 from arch/x86/xen/platform-pci-unplug.c:27:
include/xen/xen-ops.h:29:11: error: unknown type name 'xen_pfn_t'

Signed-off-by: Ian Campbell <ijc@hellion.org.uk>
Reported-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
include/xen/xen-ops.h

index ee188eb555b6b2d5dce2de994aec7619fa680064..a50e7bee891203e52cf489763327face535d8d30 100644 (file)
@@ -2,6 +2,7 @@
 #define INCLUDE_XEN_OPS_H
 
 #include <linux/percpu.h>
+#include <asm/xen/interface.h>
 
 DECLARE_PER_CPU(struct vcpu_info *, xen_vcpu);