All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jesper Juhl <jj@chaosbits.net>
To: linux-arm-kernel@lists.infradead.org
Cc: Arnaud Patard <arnaud.patard@rtp-net.org>,
	Vasily Khoruzhick <anarsoul@gmail.com>,
	trivial@kernel.org, linux-kernel@vger.kernel.org,
	Ben Dooks <ben-linux@fluff.org>,
	Russell King <linux@arm.linux.org.uk>
Subject: [PATCH][Trivial] S3C2410 bluetooth: Remove duplicate linux/leds.h include
Date: Mon, 20 Jun 2011 10:40:32 +0200 (CEST)	[thread overview]
Message-ID: <alpine.LNX.2.00.1106201035590.18991@swampdragon.chaosbits.net> (raw)

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 <jj@chaosbits.net>
---
 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 <linux/leds.h>
 #include <linux/gpio.h>
 #include <linux/rfkill.h>
-#include <linux/leds.h>
 
 #include <mach/regs-gpio.h>
 #include <mach/hardware.h>

-- 
Jesper Juhl <jj@chaosbits.net>       http://www.chaosbits.net/
Don't top-post http://www.catb.org/jargon/html/T/top-post.html
Plain text mails only, please.


WARNING: multiple messages have this Message-ID (diff)
From: jj@chaosbits.net (Jesper Juhl)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH][Trivial] S3C2410 bluetooth: Remove duplicate linux/leds.h include
Date: Mon, 20 Jun 2011 10:40:32 +0200 (CEST)	[thread overview]
Message-ID: <alpine.LNX.2.00.1106201035590.18991@swampdragon.chaosbits.net> (raw)

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 <jj@chaosbits.net>
---
 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 <linux/leds.h>
 #include <linux/gpio.h>
 #include <linux/rfkill.h>
-#include <linux/leds.h>
 
 #include <mach/regs-gpio.h>
 #include <mach/hardware.h>

-- 
Jesper Juhl <jj@chaosbits.net>       http://www.chaosbits.net/
Don't top-post http://www.catb.org/jargon/html/T/top-post.html
Plain text mails only, please.

             reply	other threads:[~2011-06-20  8:49 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-20  8:40 Jesper Juhl [this message]
2011-06-20  8:40 ` [PATCH][Trivial] S3C2410 bluetooth: Remove duplicate linux/leds.h include Jesper Juhl
2011-06-20  9:32 ` Vitaliy Ivanov
2011-06-20  9:32   ` Vitaliy Ivanov
2011-06-20 10:50   ` Jesper Juhl
2011-06-20 10:50     ` Jesper Juhl
2011-06-20 10:02 ` Sergei Shtylyov
2011-06-20 10:02   ` Sergei Shtylyov
2011-06-20 10:34   ` Jesper Juhl
2011-06-20 10:34     ` Jesper Juhl
2011-06-20 10:49     ` Vitaliy Ivanov
2011-06-20 10:49       ` Vitaliy Ivanov
2011-06-20 14:09       ` Jiri Kosina
2011-06-20 14:09         ` Jiri Kosina
2011-06-20 16:44         ` Vitaliy Ivanov
2011-06-20 16:44           ` Vitaliy Ivanov
2011-06-20 11:16     ` Russell King - ARM Linux
2011-06-20 11:16       ` Russell King - ARM Linux

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=alpine.LNX.2.00.1106201035590.18991@swampdragon.chaosbits.net \
    --to=jj@chaosbits.net \
    --cc=anarsoul@gmail.com \
    --cc=arnaud.patard@rtp-net.org \
    --cc=ben-linux@fluff.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@arm.linux.org.uk \
    --cc=trivial@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.