Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753133Ab1FTJcv (ORCPT ); Mon, 20 Jun 2011 05:32:51 -0400 Received: from mail-ew0-f46.google.com ([209.85.215.46]:57264 "EHLO mail-ew0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751155Ab1FTJcu convert rfc822-to-8bit (ORCPT ); Mon, 20 Jun 2011 05:32:50 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=e5J2CygEWdBX24Vj7rg44WIwWVqsqdKNX4EPmk1uyeOm9XDl2Q3Rv/ovGqti8oQL2k gPVMR7Nvof59SZ4Fn5AXhwwk6VlAP1uBgwLpvVt0sjrG4O/GS6oCf8AQhq9b0wb1gsJM a/72ZdXI6Yiy0/iJZmOF5q6Avs9r+/e65PP2I= MIME-Version: 1.0 In-Reply-To: References: Date: Mon, 20 Jun 2011 12:32:49 +0300 Message-ID: Subject: Re: [PATCH][Trivial] S3C2410 bluetooth: Remove duplicate linux/leds.h include From: Vitaliy Ivanov To: Jesper Juhl , Linus Torvalds Cc: linux-arm-kernel@lists.infradead.org, Arnaud Patard , Vasily Khoruzhick , trivial@kernel.org, linux-kernel@vger.kernel.org, Ben Dooks , Russell King Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1420 Lines: 48 Jusper/Linus/All, On Mon, Jun 20, 2011 at 11:40 AM, Jesper Juhl wrote: > 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 > > -- Some time ago I already sent a patch to handle all the headers duplication corrections. Please check this: https://lkml.org/lkml/2011/6/16/301 It should handle all the cases you described at: https://lkml.org/lkml/2011/6/20/72 https://lkml.org/lkml/2011/6/20/78 https://lkml.org/lkml/2011/6/20/75 I didn't receive any comments and still can see that it's not in mainline Linus' tree. Thanks, Vitaliy -- 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/