aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm/xen/hypercall.h
diff options
context:
space:
mode:
authorMarc Zyngier <marc.zyngier@arm.com>2016-12-02 14:19:35 +0000
committerStefano Stabellini <sstabellini@kernel.org>2016-12-02 11:49:55 -0800
commit2fbadc3002c5f172d20aa2e7e48920c5f14ed11f (patch)
treeb20a275093fc3459ee2f03550031d3b474b96be9 /arch/arm64/include/asm/xen/hypercall.h
parentxen/events: use xen_vcpu_id mapping for EVTCHNOP_status (diff)
downloadlinux-dev-2fbadc3002c5f172d20aa2e7e48920c5f14ed11f.tar.xz
linux-dev-2fbadc3002c5f172d20aa2e7e48920c5f14ed11f.zip
arm/arm64: xen: Move shared architecture headers to include/xen/arm
ARM and arm64 Xen ports share a number of headers, leading to packaging issues when these headers needs to be exported, as it breaks the reasonable requirement that an architecture port has self-contained headers. Fix the issue by moving the 5 header files to include/xen/arm, and keep local placeholders to include the relevant files. Signed-off-by: Marc Zyngier <marc.zyngier@arm.com> Reviewed-by: Stefano Stabellini <sstabellini@kernel.org>
Diffstat (limited to 'arch/arm64/include/asm/xen/hypercall.h')
-rw-r--r--arch/arm64/include/asm/xen/hypercall.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/include/asm/xen/hypercall.h b/arch/arm64/include/asm/xen/hypercall.h
index 74b0c423ff5b..3522cbaed316 100644
--- a/arch/arm64/include/asm/xen/hypercall.h
+++ b/arch/arm64/include/asm/xen/hypercall.h
@@ -1 +1 @@
-#include <../../arm/include/asm/xen/hypercall.h>
+#include <xen/arm/hypercall.h>