summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>2012-10-07 22:06:47 +0800
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>2012-10-19 15:17:30 -0400
commitc2103b7ef7ecb4d17138b6ced4aad1b576affc4e (patch)
tree1a910ca6d0d2a0896c17f7458b5b4fd11e744d9f /arch
parentcb6b6df111e46b9d0f79eb971575fd50555f43f4 (diff)
downloadlinux-c2103b7ef7ecb4d17138b6ced4aad1b576affc4e.tar.gz
linux-c2103b7ef7ecb4d17138b6ced4aad1b576affc4e.tar.xz
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>
Diffstat (limited to 'arch')
-rw-r--r--arch/x86/xen/enlighten.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/xen/enlighten.c b/arch/x86/xen/enlighten.c
index 4466feb4c69b..783522b66b0f 100644
--- a/arch/x86/xen/enlighten.c
+++ b/arch/x86/xen/enlighten.c
@@ -81,8 +81,6 @@
#include "smp.h"
#include "multicalls.h"
-#include <xen/events.h>
-
EXPORT_SYMBOL_GPL(hypercall_page);
DEFINE_PER_CPU(struct vcpu_info *, xen_vcpu);