summaryrefslogtreecommitdiff
path: root/arch/arm64/include/asm/xen/interface.h
diff options
context:
space:
mode:
authorMarc Zyngier <marc.zyngier@arm.com>2016-12-02 17:19:35 +0300
committerStefano Stabellini <sstabellini@kernel.org>2016-12-02 22:49:55 +0300
commit2fbadc3002c5f172d20aa2e7e48920c5f14ed11f (patch)
treeb20a275093fc3459ee2f03550031d3b474b96be9 /arch/arm64/include/asm/xen/interface.h
parentb36585a0a3c169612f3105139464a2da1d3ecc03 (diff)
downloadlinux-2fbadc3002c5f172d20aa2e7e48920c5f14ed11f.tar.xz
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/interface.h')
-rw-r--r--arch/arm64/include/asm/xen/interface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/include/asm/xen/interface.h b/arch/arm64/include/asm/xen/interface.h
index 44457aebeed4..88c0d75da190 100644
--- a/arch/arm64/include/asm/xen/interface.h
+++ b/arch/arm64/include/asm/xen/interface.h
@@ -1 +1 @@
-#include <../../arm/include/asm/xen/interface.h>
+#include <xen/arm/interface.h>