From: Wei Yongjun Date: Sun, 7 Oct 2012 14:06:47 +0000 (+0800) Subject: xen/x86: remove duplicated include from enlighten.c X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=c2103b7ef7ecb4d17138b6ced4aad1b576affc4e;p=linux-beck.git 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 Signed-off-by: Konrad Rzeszutek Wilk --- 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 - EXPORT_SYMBOL_GPL(hypercall_page); DEFINE_PER_CPU(struct vcpu_info *, xen_vcpu);