浏览代码

xen/x86: remove duplicated include from enlighten.c

Remove duplicated include.

dpatch engine is used to auto generate this patch.
(https://github.com/weiyj/dpatch)

CC: stable@vger.kernel.org
Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Wei Yongjun 13 年之前
父节点
当前提交
c2103b7ef7
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      arch/x86/xen/enlighten.c

+ 0 - 2
arch/x86/xen/enlighten.c

@@ -81,8 +81,6 @@
 #include "smp.h"
 #include "smp.h"
 #include "multicalls.h"
 #include "multicalls.h"
 
 
-#include <xen/events.h>
-
 EXPORT_SYMBOL_GPL(hypercall_page);
 EXPORT_SYMBOL_GPL(hypercall_page);
 
 
 DEFINE_PER_CPU(struct vcpu_info *, xen_vcpu);
 DEFINE_PER_CPU(struct vcpu_info *, xen_vcpu);