diff options
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | 2012-10-07 18:06:47 +0400 |
---|---|---|
committer | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | 2012-10-19 23:17:30 +0400 |
commit | c2103b7ef7ecb4d17138b6ced4aad1b576affc4e (patch) | |
tree | 1a910ca6d0d2a0896c17f7458b5b4fd11e744d9f | |
parent | cb6b6df111e46b9d0f79eb971575fd50555f43f4 (diff) | |
download | 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>
-rw-r--r-- | arch/x86/xen/enlighten.c | 2 |
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); |