From: Sean Christopherson Date: Mon, 3 Dec 2018 21:52:58 +0000 (-0800) Subject: KVM: VMX: Drop the "vmx" prefix from vmx_evmcs.h X-Git-Tag: v5.0-rc1~156^2~107 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4cebd747d78559d1e8666d3e68a75f08966abc0c;p=thirdparty%2Flinux.git KVM: VMX: Drop the "vmx" prefix from vmx_evmcs.h VMX specific files now reside in a dedicated subdirectory, i.e. the file name prefix is redundant. Signed-off-by: Sean Christopherson Signed-off-by: Paolo Bonzini --- diff --git a/arch/x86/kvm/vmx/vmx_evmcs.h b/arch/x86/kvm/vmx/evmcs.h similarity index 100% rename from arch/x86/kvm/vmx/vmx_evmcs.h rename to arch/x86/kvm/vmx/evmcs.h diff --git a/arch/x86/kvm/vmx/vmx.c b/arch/x86/kvm/vmx/vmx.c index 2fe25c13adfc1..68a0bb7609b86 100644 --- a/arch/x86/kvm/vmx/vmx.c +++ b/arch/x86/kvm/vmx/vmx.c @@ -49,6 +49,7 @@ #include #include "cpuid.h" +#include "evmcs.h" #include "hyperv.h" #include "irq.h" #include "kvm_cache_regs.h" @@ -56,7 +57,6 @@ #include "mmu.h" #include "pmu.h" #include "trace.h" -#include "vmx_evmcs.h" #include "x86.h" #define __ex(x) __kvm_handle_fault_on_reboot(x)