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 <sean.j.christopherson@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
Sean Christopherson 2018-12-03 13:52:58 -08:00 committed by Paolo Bonzini
parent e0123119a5
commit 4cebd747d7
2 changed files with 1 additions and 1 deletions

View File

@ -49,6 +49,7 @@
#include <asm/vmx.h>
#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)