From: Ian Campbell Date: Tue, 30 Oct 2012 06:51:49 +0000 (+0100) Subject: xen: include correct header for xen_pfn_t definition. X-Git-Tag: next-20121205~35^2~2^2~3 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=ad52b49d828de606b14521e1d5198326f7b1cedb;p=karo-tx-linux.git xen: include correct header for xen_pfn_t definition. 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 Reported-by: Fengguang Wu Signed-off-by: Konrad Rzeszutek Wilk --- diff --git a/include/xen/xen-ops.h b/include/xen/xen-ops.h index ee188eb555b6..a50e7bee8912 100644 --- a/include/xen/xen-ops.h +++ b/include/xen/xen-ops.h @@ -2,6 +2,7 @@ #define INCLUDE_XEN_OPS_H #include +#include DECLARE_PER_CPU(struct vcpu_info *, xen_vcpu);