From ff2f835283b924c4c335094fe9c70756c1867a20 Mon Sep 17 00:00:00 2001 From: Boris Ostrovsky Date: Mon, 13 Feb 2017 15:23:58 +0100 Subject: [PATCH] x86: adjust which files need vpmu.h asm-x86/vmcs.h doesn't need it while asm-x86/domain.h does. Signed-off-by: Boris Ostrovsky Reviewed-by: Kevin Tian Acked-by: Andrew Cooper --- xen/include/asm-x86/domain.h | 1 + xen/include/asm-x86/hvm/vmx/vmcs.h | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/include/asm-x86/domain.h b/xen/include/asm-x86/domain.h index e6c7e13354..565823c161 100644 --- a/xen/include/asm-x86/domain.h +++ b/xen/include/asm-x86/domain.h @@ -8,6 +8,7 @@ #include #include #include +#include #include #include #include diff --git a/xen/include/asm-x86/hvm/vmx/vmcs.h b/xen/include/asm-x86/hvm/vmx/vmcs.h index 3eb11e7145..b6b665b77f 100644 --- a/xen/include/asm-x86/hvm/vmx/vmcs.h +++ b/xen/include/asm-x86/hvm/vmx/vmcs.h @@ -18,7 +18,6 @@ #ifndef __ASM_X86_HVM_VMX_VMCS_H__ #define __ASM_X86_HVM_VMX_VMCS_H__ -#include #include #include -- 2.30.2