summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/mmu/page_track.c
diff options
context:
space:
mode:
authorPeter Xu <peterx@redhat.com>2020-02-28 21:30:20 +0300
committerPaolo Bonzini <pbonzini@redhat.com>2020-03-16 19:57:34 +0300
commit4d395762599dbab1eb29d9011d5b75ca3cc4f70a (patch)
tree3167f0defad0792f530cf8172fc842a8bb68c95d /arch/x86/kvm/mmu/page_track.c
parent23581ea8ceffb3d2896325e273b4708c3aeae375 (diff)
downloadlinux-4d395762599dbab1eb29d9011d5b75ca3cc4f70a.tar.xz
KVM: Remove unnecessary asm/kvm_host.h includes
Remove includes of asm/kvm_host.h from files that already include linux/kvm_host.h to make it more obvious that there is no ordering issue between the two headers. linux/kvm_host.h includes asm/kvm_host.h to pick up architecture specific settings, and this will never change, i.e. including asm/kvm_host.h after linux/kvm_host.h may seem problematic, but in practice is simply redundant. Signed-off-by: Peter Xu <peterx@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'arch/x86/kvm/mmu/page_track.c')
-rw-r--r--arch/x86/kvm/mmu/page_track.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/kvm/mmu/page_track.c b/arch/x86/kvm/mmu/page_track.c
index d125ec379c79..ddc1ec3bdacd 100644
--- a/arch/x86/kvm/mmu/page_track.c
+++ b/arch/x86/kvm/mmu/page_track.c
@@ -14,7 +14,6 @@
#include <linux/kvm_host.h>
#include <linux/rculist.h>
-#include <asm/kvm_host.h>
#include <asm/kvm_page_track.h>
#include "mmu.h"