summaryrefslogtreecommitdiffstats
path: root/include/xen/privcmd.h
diff options
context:
space:
mode:
authorStefano Stabellini2012-08-06 16:27:09 +0200
committerKonrad Rzeszutek Wilk2012-08-21 20:49:21 +0200
commit4d9310e39728a87c86eb48492da7546f61189633 (patch)
treee5d343f1ddd2119b719f5af277e60247d644f692 /include/xen/privcmd.h
parentxen: update xen_add_to_physmap interface (diff)
downloadkernel-qcow2-linux-4d9310e39728a87c86eb48492da7546f61189633.tar.gz
kernel-qcow2-linux-4d9310e39728a87c86eb48492da7546f61189633.tar.xz
kernel-qcow2-linux-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 'include/xen/privcmd.h')
-rw-r--r--include/xen/privcmd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/xen/privcmd.h b/include/xen/privcmd.h
index 17857fb4d550..4d588814510b 100644
--- a/include/xen/privcmd.h
+++ b/include/xen/privcmd.h
@@ -35,6 +35,7 @@
#include <linux/types.h>
#include <linux/compiler.h>
+#include <xen/interface/xen.h>
typedef unsigned long xen_pfn_t;