From patchwork Sun Aug 26 01:49:34 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wei Yongjun X-Patchwork-Id: 180018 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Received: from merlin.infradead.org (unknown [IPv6:2001:4978:20e::2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id E0F6B2C00EB for ; Sun, 26 Aug 2012 11:53:13 +1000 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1T5Rys-0003nm-AL; Sun, 26 Aug 2012 01:49:38 +0000 Received: from mail-qc0-f177.google.com ([209.85.216.177]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1T5Ryo-0003md-IT for linux-arm-kernel@lists.infradead.org; Sun, 26 Aug 2012 01:49:35 +0000 Received: by qcsu28 with SMTP id u28so2023391qcs.36 for ; Sat, 25 Aug 2012 18:49: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=RNN48hlKkMb7XhktdYLNUnhTONui8mUuXKAOvrbrKHo=; b=SEprTb7WovwalEbjTRNd338EqhSMOfWzBPw0CiKalYnN8qwl6YCQlcJhz2LahLtNn+ uG9/qZn21F42nqtvQrul0XbRU/VrCsrM4s/jf+qNE59llsV6o/DWkzXolYMT57LXHpUi Lx+VbDv9KTjeWUncitvgS7JLGIpQeP+A8EVyl8nlimr0/SbmNNGgjh1I34ylRcTqQS0f mFFZmgfxy3lKrZ/B1Fk1HN4LmZgWkQ5gxXA82KtQVweqowdsiovec7Zfyhd6jv3vIxZw k/YHIkcNnyshti76sCSYwsKMWgHH60SzI9np3c197lwCw+XH2R0PxN8utQZp4DjuE7Tt dnnw== MIME-Version: 1.0 Received: by 10.224.185.15 with SMTP id cm15mr16757319qab.8.1345945774127; Sat, 25 Aug 2012 18:49:34 -0700 (PDT) Received: by 10.229.146.194 with HTTP; Sat, 25 Aug 2012 18:49:34 -0700 (PDT) Date: Sun, 26 Aug 2012 09:49:34 +0800 Message-ID: Subject: [PATCH] ARM: mxs: remove duplicated include from mach-mxs.c From: Wei Yongjun To: shawn.guo@linaro.org, linux@arm.linux.org.uk X-Spam-Note: CRM114 invocation failed X-Spam-Score: -2.7 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.7 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [209.85.216.177 listed in list.dnswl.org] 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.14 Precedence: list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-arm-kernel-bounces@lists.infradead.org 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 From: Wei Yongjun Remove duplicated include. Signed-off-by: Wei Yongjun --- arch/arm/mach-mxs/mach-mxs.c | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/mach-mxs/mach-mxs.c b/arch/arm/mach-mxs/mach-mxs.c index 8dabfe8..5c91870 100644 --- a/arch/arm/mach-mxs/mach-mxs.c +++ b/arch/arm/mach-mxs/mach-mxs.c @@ -14,7 +14,6 @@ #include #include #include -#include #include #include #include