From patchwork Wed Jun 26 01:58:16 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wei Yongjun X-Patchwork-Id: 2782251 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id E07169F968 for ; Wed, 26 Jun 2013 01:58:58 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 1037F20298 for ; Wed, 26 Jun 2013 01:58:58 +0000 (UTC) Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id F381420295 for ; Wed, 26 Jun 2013 01:58:56 +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 1Urf0T-0000uO-TS; Wed, 26 Jun 2013 01:58:50 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1Urf0R-0001Um-9M; Wed, 26 Jun 2013 01:58:47 +0000 Received: from mail-bk0-f47.google.com ([209.85.214.47]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Urf0M-0001UI-7r for linux-arm-kernel@lists.infradead.org; Wed, 26 Jun 2013 01:58:44 +0000 Received: by mail-bk0-f47.google.com with SMTP id jg1so4635675bkc.34 for ; Tue, 25 Jun 2013 18:58:16 -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=E/U1qns6eEFY32GZcd10CkvY8T9QFZ7G+oFZOVACLxk=; b=jvl1XJU4H0TRtlMJ0wwNSqEXAmwLwCtUUQSikYPwYz+eN/NrKp/ICDDiwsK2Y9KqOT t3Sqkjkr5tr6Ov3NECY9H+2eKwWm9Ouy0boVcLSlv3FPZbfWUmmXD7RQN8tex4hRdwII 3xk/7Io9ojJpkVQuIPio7KGnddRaqHGkZIbWNWeCfgf32vGzfE9iwEMIqFN0oGLUTRen UxfpLCekOpI+Uxma2S3/OHdZszk8xvdvu0eDpcAiGu29xfgO6MrD6dI9d1LZN22mHUyX igkPjS+uSMTojugGIFbNUnkijbpNjo5Dcs1QEMnI9ImowBrm3tmOaNpdksXtoIHMhefq JTcA== MIME-Version: 1.0 X-Received: by 10.204.183.69 with SMTP id cf5mr185918bkb.95.1372211896726; Tue, 25 Jun 2013 18:58:16 -0700 (PDT) Received: by 10.205.122.72 with HTTP; Tue, 25 Jun 2013 18:58:16 -0700 (PDT) Date: Wed, 26 Jun 2013 09:58:16 +0800 Message-ID: Subject: [PATCH -next] ARM: edma: remove duplicated include from edma.c From: Wei Yongjun To: linux@arm.linux.org.uk, grant.likely@linaro.org, rob.herring@calxeda.com, nsekhar@ti.com, mporter@ti.com, joelagnel@ti.com, arnd@arndb.de, prabhakar.csengg@gmail.com X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130625_215842_417280_3C622EF6 X-CRM114-Status: UNSURE ( 8.73 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -2.7 (--) Cc: yongjun_wei@trendmicro.com.cn, 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 X-Spam-Status: No, score=-5.4 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Wei Yongjun Remove duplicated include. Signed-off-by: Wei Yongjun --- arch/arm/common/edma.c | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/common/edma.c b/arch/arm/common/edma.c index a432e6c..39ad030 100644 --- a/arch/arm/common/edma.c +++ b/arch/arm/common/edma.c @@ -26,7 +26,6 @@ #include #include #include -#include #include #include #include