Browse Source

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>
Wei Yongjun 11 years ago
parent
commit
5602aba808
1 changed files with 0 additions and 1 deletions
  1. 0 1
      arch/x86/xen/enlighten.c

+ 0 - 1
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>