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

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).