All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] sh: pci: remove duplicated #include's
@ 2009-06-13 12:21 Huang Weiyi
  2009-06-14  8:46 ` Paul Mundt
  0 siblings, 1 reply; 2+ messages in thread
From: Huang Weiyi @ 2009-06-13 12:21 UTC (permalink / raw)
  To: linux-sh

Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com>
---
 arch/sh/boards/mach-se/7780/irq.c   |    1 -
 arch/sh/drivers/pci/ops-dreamcast.c |    1 -
 2 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/arch/sh/boards/mach-se/7780/irq.c b/arch/sh/boards/mach-se/7780/irq.c
index b8d43b6..121744c 100644
--- a/arch/sh/boards/mach-se/7780/irq.c
+++ b/arch/sh/boards/mach-se/7780/irq.c
@@ -12,7 +12,6 @@
 #include <linux/init.h>
 #include <linux/irq.h>
 #include <linux/interrupt.h>
-#include <linux/irq.h>
 #include <linux/io.h>
 #include <mach-se/mach/se7780.h>
 
diff --git a/arch/sh/drivers/pci/ops-dreamcast.c b/arch/sh/drivers/pci/ops-dreamcast.c
index e83d0d3..16e0a1b 100644
--- a/arch/sh/drivers/pci/ops-dreamcast.c
+++ b/arch/sh/drivers/pci/ops-dreamcast.c
@@ -18,7 +18,6 @@
 #include <linux/pci.h>
 #include <linux/module.h>
 #include <linux/io.h>
-#include <linux/irq.h>
 #include <mach/pci.h>
 
 /*
-- 
1.6.1.2


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

* Re: [PATCH 1/3] sh: pci: remove duplicated #include's
  2009-06-13 12:21 [PATCH 1/3] sh: pci: remove duplicated #include's Huang Weiyi
@ 2009-06-14  8:46 ` Paul Mundt
  0 siblings, 0 replies; 2+ messages in thread
From: Paul Mundt @ 2009-06-14  8:46 UTC (permalink / raw)
  To: linux-sh

On Sat, Jun 13, 2009 at 08:21:11PM +0800, Huang Weiyi wrote:
> Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com>
> ---
>  arch/sh/boards/mach-se/7780/irq.c   |    1 -
>  arch/sh/drivers/pci/ops-dreamcast.c |    1 -
>  2 files changed, 0 insertions(+), 2 deletions(-)
> 
Applied, thanks.

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

end of thread, other threads:[~2009-06-14  8:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-06-13 12:21 [PATCH 1/3] sh: pci: remove duplicated #include's Huang Weiyi
2009-06-14  8:46 ` Paul Mundt

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.