From patchwork Wed Jun 19 23:43:29 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wei Yongjun X-Patchwork-Id: 2752391 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 1F3B3C0AB1 for ; Wed, 19 Jun 2013 23:44:12 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 56CA5201D3 for ; Wed, 19 Jun 2013 23:44:11 +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 6B78E201B2 for ; Wed, 19 Jun 2013 23:44:10 +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 1UpS2n-0007WI-E4; Wed, 19 Jun 2013 23:44:05 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1UpS2k-00089n-S8; Wed, 19 Jun 2013 23:44:02 +0000 Received: from mail-bk0-x22d.google.com ([2a00:1450:4008:c01::22d]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UpS2g-00088t-KC for linux-arm-kernel@lists.infradead.org; Wed, 19 Jun 2013 23:44:01 +0000 Received: by mail-bk0-f45.google.com with SMTP id je9so2580103bkc.18 for ; Wed, 19 Jun 2013 16:43:31 -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=9oX4StCv9xIvuqEpz+OFnSrkwc9J/YeIiK4mF2FL5Z4=; b=axFgAP4N5l5n5l0O4iGjVWnCvYyzAf+miles2z5ZhtNMTPJhz9cLAGmXcjsL0sBkp/ YjT/lS7OhHiqOmmRlnDteiUo+VIbdJZujy2udq+7MJBdzYXRv3JEZK6XZD9BBsp/KNpT H20j5orsBVG1LqiyDeOHv033wpXmoio9mMFhmn+2hGCAH9murNSNGjCnLpJlfLdvkDjc WSXPw9VgAXUQmzsrabr8VgCaBIzxnwvr4ZuB0h/WxOu0Irx5oGhmlj2OmkYCi8NReWQC o60EEqv0rdV5rXeYT7H/NTYWVAbndDyfpftqsN2oEzL0uskWXGzn/upTh3LG3EI9sLZ0 FG+Q== MIME-Version: 1.0 X-Received: by 10.204.55.70 with SMTP id t6mr708560bkg.7.1371685409948; Wed, 19 Jun 2013 16:43:29 -0700 (PDT) Received: by 10.204.42.138 with HTTP; Wed, 19 Jun 2013 16:43:29 -0700 (PDT) Date: Thu, 20 Jun 2013 07:43:29 +0800 Message-ID: Subject: [PATCH -next] ARM: OMAP1: remove duplicated include from board-voiceblue.c From: Wei Yongjun To: tony@atomide.com, linux@arm.linux.org.uk X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130619_194358_826265_099DEEDC X-CRM114-Status: UNSURE ( 9.81 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -2.0 (--) Cc: yongjun_wei@trendmicro.com.cn, linux-omap@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=-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/mach-omap1/board-voiceblue.c | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/mach-omap1/board-voiceblue.c b/arch/arm/mach-omap1/board-voiceblue.c index 4677a9c..4b382a0 100644 --- a/arch/arm/mach-omap1/board-voiceblue.c +++ b/arch/arm/mach-omap1/board-voiceblue.c @@ -26,7 +26,6 @@ #include #include #include -#include #include #include