diff options
author | Marc Zyngier <marc.zyngier@arm.com> | 2016-01-28 09:31:37 -0500 |
---|---|---|
committer | Marc Zyngier <marc.zyngier@arm.com> | 2016-02-29 13:34:18 -0500 |
commit | f1c9cad7c508f59fedd9f77eb36e5859e11ce5ab (patch) | |
tree | 267c954cfaadb6d6b4832c2919d9a67437a97544 /arch/arm/kvm/hyp/s2-setup.c | |
parent | 6d50d54cd80cb60d701e70fb0633250115606459 (diff) |
ARM: KVM: Move kvm/hyp/hyp.h to include/asm/kvm_hyp.h
In order to be able to use the code located in virt/kvm/arm/hyp,
we need to make the global hyp.h file accessible from include/asm,
similar to what we did for arm64.
Acked-by: Christoffer Dall <christoffer.dall@linaro.org>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Diffstat (limited to 'arch/arm/kvm/hyp/s2-setup.c')
-rw-r--r-- | arch/arm/kvm/hyp/s2-setup.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/kvm/hyp/s2-setup.c b/arch/arm/kvm/hyp/s2-setup.c index f5f49c53be28..7be39af2ed6c 100644 --- a/arch/arm/kvm/hyp/s2-setup.c +++ b/arch/arm/kvm/hyp/s2-setup.c | |||
@@ -18,8 +18,7 @@ | |||
18 | #include <linux/types.h> | 18 | #include <linux/types.h> |
19 | #include <asm/kvm_arm.h> | 19 | #include <asm/kvm_arm.h> |
20 | #include <asm/kvm_asm.h> | 20 | #include <asm/kvm_asm.h> |
21 | 21 | #include <asm/kvm_hyp.h> | |
22 | #include "hyp.h" | ||
23 | 22 | ||
24 | void __hyp_text __init_stage2_translation(void) | 23 | void __hyp_text __init_stage2_translation(void) |
25 | { | 24 | { |