From patchwork Wed Oct 30 05:38:34 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wei Yongjun X-Patchwork-Id: 287135 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:770:15f::2]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id CB95C2C00CA for ; Wed, 30 Oct 2013 16:39:36 +1100 (EST) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1VbOUl-0003X3-GD; Wed, 30 Oct 2013 05:39: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 1VbOUb-0006X2-OR; Wed, 30 Oct 2013 05:38:57 +0000 Received: from mail-bk0-x229.google.com ([2a00:1450:4008:c01::229]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1VbOUZ-0006V9-Ux for linux-arm-kernel@lists.infradead.org; Wed, 30 Oct 2013 05:38:56 +0000 Received: by mail-bk0-f41.google.com with SMTP id na10so337312bkb.14 for ; Tue, 29 Oct 2013 22:38:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:cc:content-type; bh=b+dugOEp+lwILvMDipFD5o+mmnFBVDCAJeAhr0r6/ik=; b=XKngjhmB+tMn5U+PiB21QceKx11zfEyX969KOLwvGIArd75B3bzn7rFShhsQoeWrQt oDkuDIEiXoh58YRPaDrjN22vzfxiYAIJiHjw6WlphV3FWkMlDrtO3o58jw1p4wYVdDfN gc9FaAoBUlhbdY9VYdw2Bqbz0TGZ+lKZMAxHgRc6imR/q2Bsf3tk/3NHTEj7C7DnrUUI 9t4Bd1/57ArLaB4vpmSM2Z5CbsTr6+3b0V2TyF/q9aa23NXFxkysvrcsury6VGdcD0o0 6iNHhC2UK31yh/abhH1EwMvBDR7KXn1LFCYpdmTAdDW6qY3GHAsPXdNvutV+kRh3eysv /91w== MIME-Version: 1.0 X-Received: by 10.204.69.132 with SMTP id z4mr1740352bki.0.1383111514095; Tue, 29 Oct 2013 22:38:34 -0700 (PDT) Received: by 10.205.19.10 with HTTP; Tue, 29 Oct 2013 22:38:34 -0700 (PDT) Date: Wed, 30 Oct 2013 13:38:34 +0800 Message-ID: Subject: [PATCH -next] ARM i.MX53: remove duplicated include from clk-imx51-imx53.c From: Wei Yongjun To: kernel@pengutronix.de, linux@arm.linux.org.uk X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20131030_013856_129977_0AE2B962 X-CRM114-Status: UNSURE ( 9.26 ) 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-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org List-Id: linux-imx-kernel.lists.patchwork.ozlabs.org From: Wei Yongjun Remove duplicated include. Signed-off-by: Wei Yongjun --- arch/arm/mach-imx/clk-imx51-imx53.c | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/mach-imx/clk-imx51-imx53.c b/arch/arm/mach-imx/clk-imx51-imx53.c index ce37af2..2828ea65 100644 --- a/arch/arm/mach-imx/clk-imx51-imx53.c +++ b/arch/arm/mach-imx/clk-imx51-imx53.c @@ -12,7 +12,6 @@ #include #include #include -#include #include #include #include