x86: adjust which files need vpmu.h
authorBoris Ostrovsky <boris.ostrovsky@oracle.com>
Mon, 13 Feb 2017 14:23:58 +0000 (15:23 +0100)
committerJan Beulich <jbeulich@suse.com>
Mon, 13 Feb 2017 14:23:58 +0000 (15:23 +0100)
asm-x86/vmcs.h doesn't need it while asm-x86/domain.h does.

Signed-off-by: Boris Ostrovsky <boris.ostrovsky@oracle.com>
Reviewed-by: Kevin Tian <kevin.tian@intel.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/include/asm-x86/domain.h
xen/include/asm-x86/hvm/vmx/vmcs.h

index e6c7e13354249bc1abb383416f1af7217776e51e..565823c1615188c9f76c1dd5736efa9713a53054 100644 (file)
@@ -8,6 +8,7 @@
 #include <asm/hvm/domain.h>
 #include <asm/e820.h>
 #include <asm/mce.h>
+#include <asm/vpmu.h>
 #include <asm/x86_emulate.h>
 #include <public/vcpu.h>
 #include <public/hvm/hvm_info_table.h>
index 3eb11e7145645efed660f398ae8b2ee0cef69021..b6b665b77fec1ec913c026e9eb0a7af0e9516896 100644 (file)
@@ -18,7 +18,6 @@
 #ifndef __ASM_X86_HVM_VMX_VMCS_H__
 #define __ASM_X86_HVM_VMX_VMCS_H__
 
-#include <asm/vpmu.h>
 #include <asm/hvm/io.h>
 #include <irq_vectors.h>