diff options
author | Marc Zyngier <marc.zyngier@arm.com> | 2012-12-17 12:57:24 +0100 |
---|---|---|
committer | Christoffer Dall <cdall@cs.columbia.edu> | 2013-03-07 00:48:45 +0100 |
commit | 06fe0b73ff17e5d777af1b26f3e227d79c0d6808 (patch) | |
tree | 39cfd754b726143d5287dbc374c977b49ba72814 /arch/arm/include | |
parent | ARM: KVM: vgic: decouple alignment restriction from page size (diff) | |
download | linux-06fe0b73ff17e5d777af1b26f3e227d79c0d6808.tar.xz linux-06fe0b73ff17e5d777af1b26f3e227d79c0d6808.zip |
ARM: KVM: move include of asm/idmap.h to kvm_mmu.h
Since the arm64 code doesn't have a global asm/idmap.h file, move
the inclusion to asm/kvm_mmu.h.
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Diffstat (limited to 'arch/arm/include')
-rw-r--r-- | arch/arm/include/asm/kvm_mmu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/include/asm/kvm_mmu.h b/arch/arm/include/asm/kvm_mmu.h index 3c71a1d4b7a3..970f3b5fa109 100644 --- a/arch/arm/include/asm/kvm_mmu.h +++ b/arch/arm/include/asm/kvm_mmu.h @@ -21,6 +21,7 @@ #include <asm/cacheflush.h> #include <asm/pgalloc.h> +#include <asm/idmap.h> /* * We directly use the kernel VA for the HYP, as we can directly share |