From patchwork Mon Jun 20 08:40:32 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jesper Juhl X-Patchwork-Id: 896382 Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) by demeter2.kernel.org (8.14.4/8.14.4) with ESMTP id p5K8ndWg028247 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 20 Jun 2011 08:49:59 GMT Received: from canuck.infradead.org ([2001:4978:20e::1]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1QYaAh-0006l5-TG; Mon, 20 Jun 2011 08:49:28 +0000 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 1QYaAh-0003Po-Gv; Mon, 20 Jun 2011 08:49:27 +0000 Received: from swampdragon.chaosbits.net ([90.184.90.115]) by canuck.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1QYaAc-0003O8-Qb for linux-arm-kernel@lists.infradead.org; Mon, 20 Jun 2011 08:49:23 +0000 Received: by swampdragon.chaosbits.net (Postfix, from userid 1000) id 392C69403D; Mon, 20 Jun 2011 10:40:32 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by swampdragon.chaosbits.net (Postfix) with ESMTP id 3216B9403B; Mon, 20 Jun 2011 10:40:32 +0200 (CEST) Date: Mon, 20 Jun 2011 10:40:32 +0200 (CEST) From: Jesper Juhl To: linux-arm-kernel@lists.infradead.org Subject: [PATCH][Trivial] S3C2410 bluetooth: Remove duplicate linux/leds.h include 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-20110620_044923_042678_271B81B1 X-CRM114-Status: GOOD ( 10.83 ) 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: trivial@kernel.org, linux-kernel@vger.kernel.org, Vasily Khoruzhick , Ben Dooks , Russell King , Arnaud Patard 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]); Mon, 20 Jun 2011 08:50:00 +0000 (UTC) Remove the duplicate inclusion of linux/leds.h from arch/arm/mach-s3c2410/h1940-bluetooth.c that was added by commit 50e2d10d. Signed-off-by: Jesper Juhl --- h1940-bluetooth.c | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/mach-s3c2410/h1940-bluetooth.c b/arch/arm/mach-s3c2410/h1940-bluetooth.c index 2c126bb..a5eeb62 100644 --- a/arch/arm/mach-s3c2410/h1940-bluetooth.c +++ b/arch/arm/mach-s3c2410/h1940-bluetooth.c @@ -18,7 +18,6 @@ #include #include #include -#include #include #include