summaryrefslogtreecommitdiff
path: root/arch/x86/xen/enlighten.c
diff options
context:
space:
mode:
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>2014-01-07 21:37:09 +0800
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>2014-01-07 09:59:49 -0500
commit5602aba808aa5440e4b8fa4340079cb2047651ee (patch)
treea2315bfb3a6437ee7ef94b74093c212e25654ad9 /arch/x86/xen/enlighten.c
parent0869a642326e786544ef3e307175dcec150fe3dc (diff)
xen/pvh: remove duplicated include from enlighten.c
Remove duplicated include. Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn> Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Diffstat (limited to 'arch/x86/xen/enlighten.c')
-rw-r--r--arch/x86/xen/enlighten.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/xen/enlighten.c b/arch/x86/xen/enlighten.c
index a4e2f30917a3..b6d61c353fe5 100644
--- a/arch/x86/xen/enlighten.c
+++ b/arch/x86/xen/enlighten.c
@@ -46,7 +46,6 @@
#include <xen/hvm.h>
#include <xen/hvc-console.h>
#include <xen/acpi.h>
-#include <xen/features.h>
#include <asm/paravirt.h>
#include <asm/apic.h>