diff options
author | Stefano Stabellini <stefano.stabellini@eu.citrix.com> | 2012-08-06 10:27:09 -0400 |
---|---|---|
committer | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | 2012-08-21 14:49:21 -0400 |
commit | 4d9310e39728a87c86eb48492da7546f61189633 (patch) | |
tree | e5d343f1ddd2119b719f5af277e60247d644f692 /arch/ia64 | |
parent | b58aaa4b0b3506c094308342d746f600468c63d9 (diff) |
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')
-rw-r--r-- | arch/ia64/include/asm/xen/interface.h | 2 |
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; | |||
265 | 265 | ||
266 | #endif /* !__ASSEMBLY__ */ | 266 | #endif /* !__ASSEMBLY__ */ |
267 | 267 | ||
268 | #include <asm/pvclock-abi.h> | ||
269 | |||
268 | /* Size of the shared_info area (this is not related to page size). */ | 270 | /* Size of the shared_info area (this is not related to page size). */ |
269 | #define XSI_SHIFT 14 | 271 | #define XSI_SHIFT 14 |
270 | #define XSI_SIZE (1 << XSI_SHIFT) | 272 | #define XSI_SIZE (1 << XSI_SHIFT) |