diff options
author | Marc Zyngier <marc.zyngier@arm.com> | 2017-10-23 12:11:14 -0400 |
---|---|---|
committer | Christoffer Dall <christoffer.dall@linaro.org> | 2018-01-08 09:20:43 -0500 |
commit | d68119864ef4b253a585a1c897cda6936d4b5de9 (patch) | |
tree | 551689505dc852b74ae6e61a5e57d1df31b11b0c /arch/arm/kvm/hyp/tlb.c | |
parent | f3721c70fc2b1216db26ce8aabf23b4d7cc4a0a6 (diff) |
KVM: arm/arm64: Detangle kvm_mmu.h from kvm_hyp.h
kvm_hyp.h has an odd dependency on kvm_mmu.h, which makes the
opposite inclusion impossible. Let's start with breaking that
useless dependency.
Acked-by: Christoffer Dall <christoffer.dall@linaro.org>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Signed-off-by: Christoffer Dall <christoffer.dall@linaro.org>
Diffstat (limited to 'arch/arm/kvm/hyp/tlb.c')
-rw-r--r-- | arch/arm/kvm/hyp/tlb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/kvm/hyp/tlb.c b/arch/arm/kvm/hyp/tlb.c index 6d810af2d9fd..c0edd450e104 100644 --- a/arch/arm/kvm/hyp/tlb.c +++ b/arch/arm/kvm/hyp/tlb.c | |||
@@ -19,6 +19,7 @@ | |||
19 | */ | 19 | */ |
20 | 20 | ||
21 | #include <asm/kvm_hyp.h> | 21 | #include <asm/kvm_hyp.h> |
22 | #include <asm/kvm_mmu.h> | ||
22 | 23 | ||
23 | /** | 24 | /** |
24 | * Flush per-VMID TLBs | 25 | * Flush per-VMID TLBs |