From patchwork Sat Apr 27 07:45:30 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wei Yongjun X-Patchwork-Id: 2496791 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) by patchwork2.kernel.org (Postfix) with ESMTP id E0243DF23A for ; Sat, 27 Apr 2013 07:45:52 +0000 (UTC) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UVzpI-0007xK-Ko; Sat, 27 Apr 2013 07:45:44 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1UVzpG-0002kT-08; Sat, 27 Apr 2013 07:45:42 +0000 Received: from mail-wg0-x22a.google.com ([2a00:1450:400c:c00::22a]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UVzpB-0002kA-4n for linux-arm-kernel@lists.infradead.org; Sat, 27 Apr 2013 07:45:39 +0000 Received: by mail-wg0-f42.google.com with SMTP id m15so863440wgh.3 for ; Sat, 27 Apr 2013 00:45:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to:cc :content-type; bh=FE7dIcJe8xUaKk5+Iye/JF7n6CryU3o4J7rk5kr63tw=; b=OhL+gTKTb8AV3/OIfVxPAOy10hH4aIf5cf5vGB19DItDDw3N2JBCbl9FaK7awHhknq /ODRw3yS3og8mTg6vNd/tyItxfQExuoOKzLfdZ9ZMNAV+q7ucwmA1SC1jxX9Ke8KTGWd pOg6wnauI6WqzwMw6M5yydyTtk57i5F61X1vr2oFSvuIqJ/8NUEPjamgBJPZmc3XgCkU NseY4hIJS7PJxLxcx5u+tvrXXyEyfz0yk8EepIylHaQV/DNAtc8ym2bm2R7PA/iOLHf0 lOE8ISHJ3FTpOL/mgqoSs/YB3MhMXvzUbHsUCo1AKSbmuYxW3Iy70Ikf/7sMGMUtGwPb bK+g== MIME-Version: 1.0 X-Received: by 10.180.87.170 with SMTP id az10mr8118302wib.3.1367048730853; Sat, 27 Apr 2013 00:45:30 -0700 (PDT) Received: by 10.194.134.9 with HTTP; Sat, 27 Apr 2013 00:45:30 -0700 (PDT) Date: Sat, 27 Apr 2013 15:45:30 +0800 Message-ID: Subject: [PATCH -next] xen/arm: remove duplicated include from enlighten.c From: Wei Yongjun To: stefano.stabellini@eu.citrix.com, linux@arm.linux.org.uk, grant.likely@linaro.org, rob.herring@calxeda.com X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130427_034537_362121_A8C126B1 X-CRM114-Status: UNSURE ( 8.04 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -2.0 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.0 points) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (weiyj.lk[at]gmail.com) -0.0 SPF_PASS SPF: sender matches SPF record -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature Cc: yongjun_wei@trendmicro.com.cn, xen-devel@lists.xensource.com, devicetree-discuss@lists.ozlabs.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org From: Wei Yongjun Remove duplicated include. Signed-off-by: Wei Yongjun Acked-by: Stefano Stabellini --- arch/arm/xen/enlighten.c | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/xen/enlighten.c b/arch/arm/xen/enlighten.c index 9a0a917..d30042e 100644 --- a/arch/arm/xen/enlighten.c +++ b/arch/arm/xen/enlighten.c @@ -10,7 +10,6 @@ #include #include #include -#include #include #include #include