aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-x86/hvm/vmx
diff options
context:
space:
mode:
authorJan Beulich <jbeulich@suse.com>2012-01-13 08:34:57 +0100
committerJan Beulich <jbeulich@suse.com>2012-01-13 08:34:57 +0100
commit9f8aebe26c057b4f42488905c5d97693e255d1f1 (patch)
tree9d8e6d1706a5f4746b09cbd53f71839b689bf516 /xen/include/asm-x86/hvm/vmx
parent1e583ac49a485131b93537ce2070d69279f0afec (diff)
downloadxen-9f8aebe26c057b4f42488905c5d97693e255d1f1.tar.gz
xen-9f8aebe26c057b4f42488905c5d97693e255d1f1.tar.bz2
xen-9f8aebe26c057b4f42488905c5d97693e255d1f1.zip
remove inclusion of asm/config.h
This was always bogus (xen/config.h should have been used instead) and is superfluous now that xen/config.h gets included through the compiler command line. Signed-off-by: Jan Beulich <jbeulich@suse.com> Acked-by: Keir Fraser <keir@xen.org>
Diffstat (limited to 'xen/include/asm-x86/hvm/vmx')
-rw-r--r--xen/include/asm-x86/hvm/vmx/vmcs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/xen/include/asm-x86/hvm/vmx/vmcs.h b/xen/include/asm-x86/hvm/vmx/vmcs.h
index 6d58c37ba9..610061923c 100644
--- a/xen/include/asm-x86/hvm/vmx/vmcs.h
+++ b/xen/include/asm-x86/hvm/vmx/vmcs.h
@@ -19,7 +19,6 @@
#ifndef __ASM_X86_HVM_VMX_VMCS_H__
#define __ASM_X86_HVM_VMX_VMCS_H__
-#include <asm/config.h>
#include <asm/hvm/io.h>
#include <asm/hvm/vpmu.h>