diff options
Diffstat (limited to 'arch/x86/kvm')
-rw-r--r-- | arch/x86/kvm/vmx.c | 1 | ||||
-rw-r--r-- | arch/x86/kvm/x86.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/kvm/vmx.c b/arch/x86/kvm/vmx.c index f93ae71..2de55e9 100644 --- a/arch/x86/kvm/vmx.c +++ b/arch/x86/kvm/vmx.c @@ -41,7 +41,6 @@ #include <asm/virtext.h> #include <asm/mce.h> #include <asm/fpu/internal.h> -#include <asm/xcr.h> #include <asm/perf_event.h> #include <asm/debugreg.h> #include <asm/kexec.h> diff --git a/arch/x86/kvm/x86.c b/arch/x86/kvm/x86.c index 9ff4df7..5c61aae 100644 --- a/arch/x86/kvm/x86.c +++ b/arch/x86/kvm/x86.c @@ -61,7 +61,6 @@ #include <asm/mce.h> #include <linux/kernel_stat.h> #include <asm/fpu/internal.h> /* Ugh! */ -#include <asm/xcr.h> #include <asm/pvclock.h> #include <asm/div64.h> |