netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] renesas/sh_eth.c: fix linux/interrupt.h included twice
@ 2012-02-15 17:54 Danny Kukawka
  2012-02-15 20:35 ` David Miller
  2012-02-16  0:58 ` Nobuhiro Iwamatsu
  0 siblings, 2 replies; 3+ messages in thread
From: Danny Kukawka @ 2012-02-15 17:54 UTC (permalink / raw)
  To: David S. Miller
  Cc: Danny Kukawka, Yoshihiro Shimoda, Nobuhiro Iwamatsu, netdev,
	linux-kernel

Remove double include of linux/interrupt.h.

Signed-off-by: Danny Kukawka <danny.kukawka@bisect.de>
---
 drivers/net/ethernet/renesas/sh_eth.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/drivers/net/ethernet/renesas/sh_eth.c b/drivers/net/ethernet/renesas/sh_eth.c
index 87b6501..59524f1 100644
--- a/drivers/net/ethernet/renesas/sh_eth.c
+++ b/drivers/net/ethernet/renesas/sh_eth.c
@@ -34,7 +34,6 @@
 #include <linux/phy.h>
 #include <linux/cache.h>
 #include <linux/io.h>
-#include <linux/interrupt.h>
 #include <linux/pm_runtime.h>
 #include <linux/slab.h>
 #include <linux/ethtool.h>
-- 
1.7.8.3

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

* Re: [PATCH] renesas/sh_eth.c: fix linux/interrupt.h included twice
  2012-02-15 17:54 [PATCH] renesas/sh_eth.c: fix linux/interrupt.h included twice Danny Kukawka
@ 2012-02-15 20:35 ` David Miller
  2012-02-16  0:58 ` Nobuhiro Iwamatsu
  1 sibling, 0 replies; 3+ messages in thread
From: David Miller @ 2012-02-15 20:35 UTC (permalink / raw)
  To: danny.kukawka
  Cc: dkukawka, yoshihiro.shimoda.uh, nobuhiro.iwamatsu.yj, netdev,
	linux-kernel

From: Danny Kukawka <danny.kukawka@bisect.de>
Date: Wed, 15 Feb 2012 18:54:43 +0100

> Remove double include of linux/interrupt.h.
> 
> Signed-off-by: Danny Kukawka <danny.kukawka@bisect.de>

Applied.

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

* Re: [PATCH] renesas/sh_eth.c: fix linux/interrupt.h included twice
  2012-02-15 17:54 [PATCH] renesas/sh_eth.c: fix linux/interrupt.h included twice Danny Kukawka
  2012-02-15 20:35 ` David Miller
@ 2012-02-16  0:58 ` Nobuhiro Iwamatsu
  1 sibling, 0 replies; 3+ messages in thread
From: Nobuhiro Iwamatsu @ 2012-02-16  0:58 UTC (permalink / raw)
  To: Danny Kukawka
  Cc: David S. Miller, Danny Kukawka, Yoshihiro Shimoda, netdev,
	linux-kernel


Danny Kukawka さんは書きました:
> Remove double include of linux/interrupt.h.
> 
> Signed-off-by: Danny Kukawka <danny.kukawka@bisect.de>
> ---
>  drivers/net/ethernet/renesas/sh_eth.c |    1 -
>  1 files changed, 0 insertions(+), 1 deletions(-)
> 
> diff --git a/drivers/net/ethernet/renesas/sh_eth.c b/drivers/net/ethernet/renesas/sh_eth.c
> index 87b6501..59524f1 100644
> --- a/drivers/net/ethernet/renesas/sh_eth.c
> +++ b/drivers/net/ethernet/renesas/sh_eth.c
> @@ -34,7 +34,6 @@
>  #include <linux/phy.h>
>  #include <linux/cache.h>
>  #include <linux/io.h>
> -#include <linux/interrupt.h>
>  #include <linux/pm_runtime.h>
>  #include <linux/slab.h>
>  #include <linux/ethtool.h>

Acked-by: Nobuhiro Iwamatsu <Nobuhiro.iwamatsu.yj@renesas.com>

Nobuhiro

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

end of thread, other threads:[~2012-02-16  0:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-15 17:54 [PATCH] renesas/sh_eth.c: fix linux/interrupt.h included twice Danny Kukawka
2012-02-15 20:35 ` David Miller
2012-02-16  0:58 ` Nobuhiro Iwamatsu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).