All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mips:lantiq:remove the dup include file
@ 2011-07-24  3:59 Wanlong Gao
  2011-07-24 15:50 ` John Crispin
  2011-07-27  8:35 ` Ralf Baechle
  0 siblings, 2 replies; 3+ messages in thread
From: Wanlong Gao @ 2011-07-24  3:59 UTC (permalink / raw)
  To: ralf, blogic; +Cc: linux-mips, wanlong.gao, Wanlong Gao

linux/leds.h
linux/reboot.h
had been included twice in devices.c

Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com>
---
 arch/mips/lantiq/devices.c      |    2 --
 arch/mips/lantiq/xway/devices.c |    2 --
 2 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/arch/mips/lantiq/devices.c b/arch/mips/lantiq/devices.c
index 7b82c34..44a3677 100644
--- a/arch/mips/lantiq/devices.c
+++ b/arch/mips/lantiq/devices.c
@@ -15,11 +15,9 @@
 #include <linux/platform_device.h>
 #include <linux/leds.h>
 #include <linux/etherdevice.h>
-#include <linux/reboot.h>
 #include <linux/time.h>
 #include <linux/io.h>
 #include <linux/gpio.h>
-#include <linux/leds.h>
 
 #include <asm/bootinfo.h>
 #include <asm/irq.h>
diff --git a/arch/mips/lantiq/xway/devices.c b/arch/mips/lantiq/xway/devices.c
index e09e789..d0e32ab 100644
--- a/arch/mips/lantiq/xway/devices.c
+++ b/arch/mips/lantiq/xway/devices.c
@@ -16,11 +16,9 @@
 #include <linux/platform_device.h>
 #include <linux/leds.h>
 #include <linux/etherdevice.h>
-#include <linux/reboot.h>
 #include <linux/time.h>
 #include <linux/io.h>
 #include <linux/gpio.h>
-#include <linux/leds.h>
 
 #include <asm/bootinfo.h>
 #include <asm/irq.h>
-- 
1.7.4.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-07-27  8:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-24  3:59 [PATCH] mips:lantiq:remove the dup include file Wanlong Gao
2011-07-24 15:50 ` John Crispin
2011-07-27  8:35 ` Ralf Baechle

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.