ARM: KVM: move include of asm/idmap.h to kvm_mmu.h
authorMarc Zyngier <marc.zyngier@arm.com>
Mon, 17 Dec 2012 11:57:24 +0000 (11:57 +0000)
committerChristoffer Dall <cdall@cs.columbia.edu>
Wed, 6 Mar 2013 23:48:45 +0000 (15:48 -0800)
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>
arch/arm/include/asm/kvm_mmu.h
arch/arm/kvm/mmu.c

index 3c71a1d4b7a3aac41ca003c908c4fdb94a313b07..970f3b5fa109492ed2c46de8c9239bdfb1e5872c 100644 (file)
@@ -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
index efded4f1a11b200eab960f023c5e786aacd03ff4..692f064fde0ab45b793bf8d0d081a4e203b19f92 100644 (file)
@@ -20,7 +20,6 @@
 #include <linux/kvm_host.h>
 #include <linux/io.h>
 #include <trace/events/kvm.h>
-#include <asm/idmap.h>
 #include <asm/pgalloc.h>
 #include <asm/cacheflush.h>
 #include <asm/kvm_arm.h>