aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64/include
diff options
context:
space:
mode:
authorStefano Stabellini <stefano.stabellini@eu.citrix.com>2012-08-06 15:27:09 +0100
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>2012-08-21 14:49:21 -0400
commit4d9310e39728a87c86eb48492da7546f61189633 (patch)
treee5d343f1ddd2119b719f5af277e60247d644f692 /arch/ia64/include
parentxen: update xen_add_to_physmap interface (diff)
downloadlinux-dev-4d9310e39728a87c86eb48492da7546f61189633.tar.xz
linux-dev-4d9310e39728a87c86eb48492da7546f61189633.zip
xen: missing includes
Changes in v2: - remove pvclock hack; - remove include linux/types.h from xen/interface/xen.h. v3: - Compile under IA64 Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com> Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Diffstat (limited to 'arch/ia64/include')
-rw-r--r--arch/ia64/include/asm/xen/interface.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/ia64/include/asm/xen/interface.h b/arch/ia64/include/asm/xen/interface.h
index 09d5f7fd9db1..ee9cad6e749b 100644
--- a/arch/ia64/include/asm/xen/interface.h
+++ b/arch/ia64/include/asm/xen/interface.h
@@ -265,6 +265,8 @@ typedef struct xen_callback xen_callback_t;
#endif /* !__ASSEMBLY__ */
+#include <asm/pvclock-abi.h>
+
/* Size of the shared_info area (this is not related to page size). */
#define XSI_SHIFT 14
#define XSI_SIZE (1 << XSI_SHIFT)