Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752699Ab1FTItS (ORCPT ); Mon, 20 Jun 2011 04:49:18 -0400 Received: from swampdragon.chaosbits.net ([90.184.90.115]:12011 "EHLO swampdragon.chaosbits.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751583Ab1FTItR (ORCPT ); Mon, 20 Jun 2011 04:49:17 -0400 Date: Mon, 20 Jun 2011 10:40:32 +0200 (CEST) From: Jesper Juhl To: linux-arm-kernel@lists.infradead.org cc: Arnaud Patard , Vasily Khoruzhick , trivial@kernel.org, linux-kernel@vger.kernel.org, Ben Dooks , Russell King 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 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1043 Lines: 31 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 -- Jesper Juhl http://www.chaosbits.net/ Don't top-post http://www.catb.org/jargon/html/T/top-post.html Plain text mails only, please. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/