From patchwork Wed Oct 30 05:38:18 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wei Yongjun X-Patchwork-Id: 3113181 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 EF80A9F3E3 for ; Wed, 30 Oct 2013 05:38:50 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 2F8B5201FE for ; Wed, 30 Oct 2013 05:38:50 +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 236BF20204 for ; Wed, 30 Oct 2013 05:38:49 +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 1VbOUP-0003Lh-G2; Wed, 30 Oct 2013 05:38:45 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1VbOUN-0006Vi-6V; Wed, 30 Oct 2013 05:38:43 +0000 Received: from mail-bk0-x231.google.com ([2a00:1450:4008:c01::231]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1VbOUK-0006Up-5w for linux-arm-kernel@lists.infradead.org; Wed, 30 Oct 2013 05:38:40 +0000 Received: by mail-bk0-f49.google.com with SMTP id w14so333965bkz.36 for ; Tue, 29 Oct 2013 22:38:18 -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=x5AtCO74y7EYgkphwPiWAFRmmvKh5oXtcs85wR7XP8U=; b=P5YPWpfNfxn0wG3DA7ZyRc11V0JlJkJEC+3HBx/Ei3pm+A2nA357Y4ChL9pQ62PKeB 8HaNIX6cUlaNz7r2ENYGPueB09FLF/95Ui6jNmEuw9D1mgJm13kxfkO4nQSyji57AodJ PCnhzGAeFmlQcFFEP0ddsKQl6zkNMfpm5jV0PklWo9l85Hq+eRYbmVd62pYbDKUMywEt 6/Z+d/5DObc5tJYAPpEYhsIGeZoUV4ovikd724vc3gedZI76o6tAAXJ880ZSmohcsjpT a5qHIA/Q8k6nYL0lrog4WxQr9PcW0W2zvS4p0lLvqlUSR0O2Mmt/pUwl8IvDR6CihPVJ Hg4A== MIME-Version: 1.0 X-Received: by 10.204.227.140 with SMTP id ja12mr234276bkb.29.1383111498283; Tue, 29 Oct 2013 22:38:18 -0700 (PDT) Received: by 10.205.19.10 with HTTP; Tue, 29 Oct 2013 22:38:18 -0700 (PDT) Date: Wed, 30 Oct 2013 13:38:18 +0800 Message-ID: Subject: [PATCH -next] ARM: ixp4xx: remove duplicated include from dsmg600-setup.c From: Wei Yongjun To: kaloz@openwrt.org, khc@pm.waw.pl, linux@arm.linux.org.uk X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20131030_013840_387461_E201B9FD X-CRM114-Status: UNSURE ( 9.48 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -2.0 (--) 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 X-Spam-Status: No, score=-4.6 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/mach-ixp4xx/dsmg600-setup.c | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/mach-ixp4xx/dsmg600-setup.c b/arch/arm/mach-ixp4xx/dsmg600-setup.c index 736dc69..7740e13 100644 --- a/arch/arm/mach-ixp4xx/dsmg600-setup.c +++ b/arch/arm/mach-ixp4xx/dsmg600-setup.c @@ -26,7 +26,6 @@ #include #include #include -#include #include