From patchwork Mon Apr 22 04:39:56 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wei Yongjun X-Patchwork-Id: 2469901 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) by patchwork1.kernel.org (Postfix) with ESMTP id C96653FD40 for ; Mon, 22 Apr 2013 04:40:14 +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 1UU8Xv-0004NR-Q4; Mon, 22 Apr 2013 04:40:07 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1UU8Xt-0005by-9L; Mon, 22 Apr 2013 04:40:05 +0000 Received: from mail-bk0-x232.google.com ([2a00:1450:4008:c01::232]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UU8Xn-0005bd-CI for linux-arm-kernel@lists.infradead.org; Mon, 22 Apr 2013 04:40:02 +0000 Received: by mail-bk0-f50.google.com with SMTP id ik5so287194bkc.9 for ; Sun, 21 Apr 2013 21:39:56 -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=8bLkdDuiTE0vdJeYK0RcD7owBcxKH18ty+i9jBh5Kaw=; b=dObUKDTvxXiVxLnapfTpfKTUsIWy5h8kJMc7dNLRCrdhDASkreO3EYXev0BhFIG/Fy 4ul6wCKLOnMjAxLtTXcIiTavnFjjgTvQSJLHczoi97ExZFKEWMHykElZm9cb0mTRhSjn ndXLgpi3lMI2vK6kW4rZ8PEHCNdZXw1tpSlAuTBrcSlp7i5rru1w/gSmrRg1l+kZ2qZd 5rX2YWJ3hAhBYdYUTOxo2MpDRFHd2baT/LBjk+vxy5HPsjoquON+qcmvqHVqoMYZp5mZ jiEMhT5ib2oazS4+ROvNoWe0V/AZtb1Uao7P5ZldapD27E+NTaLn2c0yy6vKBVq/I3dS Owxw== MIME-Version: 1.0 X-Received: by 10.204.226.80 with SMTP id iv16mr1561090bkb.48.1366605596807; Sun, 21 Apr 2013 21:39:56 -0700 (PDT) Received: by 10.204.0.74 with HTTP; Sun, 21 Apr 2013 21:39:56 -0700 (PDT) Date: Mon, 22 Apr 2013 12:39:56 +0800 Message-ID: Subject: [PATCH -next] ARM: vexpress: remove duplicated include from v2m.c From: Wei Yongjun To: linux@arm.linux.org.uk, pawel.moll@arm.com, rob.herring@calxeda.com, swarren@nvidia.com, tony@atomide.com, santosh.shilimkar@ti.com X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130422_003959_557927_1B3523B8 X-CRM114-Status: UNSURE ( 9.32 ) 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, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.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 --- arch/arm/mach-vexpress/v2m.c | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/mach-vexpress/v2m.c b/arch/arm/mach-vexpress/v2m.c index b6083bb..d07048c 100644 --- a/arch/arm/mach-vexpress/v2m.c +++ b/arch/arm/mach-vexpress/v2m.c @@ -6,7 +6,6 @@ #include #include #include -#include #include #include #include