From patchwork Thu May 26 09:35:08 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jesper Juhl X-Patchwork-Id: 820272 Received: from canuck.infradead.org (canuck.infradead.org [134.117.69.58]) by demeter2.kernel.org (8.14.4/8.14.3) with ESMTP id p4Q9pQTU021297 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 26 May 2011 09:51:52 GMT Received: from localhost ([127.0.0.1] helo=canuck.infradead.org) by canuck.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1QPX5l-0004ja-Ur; Thu, 26 May 2011 09:42:57 +0000 Received: from swampdragon.chaosbits.net ([90.184.90.115]) by canuck.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1QPX5h-0004ib-I1 for linux-arm-kernel@lists.infradead.org; Thu, 26 May 2011 09:42:54 +0000 Received: by swampdragon.chaosbits.net (Postfix, from userid 1000) id 135A694040; Thu, 26 May 2011 11:35:09 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by swampdragon.chaosbits.net (Postfix) with ESMTP id 0C2719403E; Thu, 26 May 2011 11:35:09 +0200 (CEST) Date: Thu, 26 May 2011 11:35:08 +0200 (CEST) From: Jesper Juhl To: linux-arm-kernel@lists.infradead.org Subject: [PATCH][Trivial] ARM: remove duplicate include from arch/arm/mach-dove/common.c Message-ID: User-Agent: Alpine 2.00 (LNX 1167 2008-08-23) MIME-Version: 1.0 X-CRM114-Version: 20090807-BlameThorstenAndJenny ( TRE 0.7.6 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20110526_054253_804325_6FE3A5A0 X-CRM114-Status: GOOD ( 12.10 ) X-Spam-Score: -0.0 (/) X-Spam-Report: SpamAssassin version 3.3.1 on canuck.infradead.org summary: Content analysis details: (-0.0 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 T_RP_MATCHES_RCVD Envelope sender domain matches handover relay domain Cc: Andrew Lunn , Nicolas Pitre , trivial@kernel.org, linux-kernel@vger.kernel.org, Russell King X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter2.kernel.org [140.211.167.43]); Thu, 26 May 2011 09:51:52 +0000 (UTC) Remove duplicate linux/serial_8250.h include from arch/arm/mach-dove/common.c that was introduced by commit 5c60255149eece2a36ec9f5c99817b85f96fe8ec . Signed-off-by: Jesper Juhl --- common.c | 1 - 1 file changed, 1 deletion(-) note: untested patch since I have no way to really build arm stuff. patch is against Linus' tree. diff --git a/arch/arm/mach-dove/common.c b/arch/arm/mach-dove/common.c index 5ed51b8..b6c3d6b 100644 --- a/arch/arm/mach-dove/common.c +++ b/arch/arm/mach-dove/common.c @@ -17,7 +17,6 @@ #include #include #include -#include #include #include #include