diff options
author | Danny Kukawka <danny.kukawka@bisect.de> | 2012-02-15 07:54:43 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-02-15 15:34:17 -0500 |
commit | 16387605a503a5462c79b740f9696ad4f5a960e5 (patch) | |
tree | e980d291d05a29dc8ece947749bbaa81ab5123ed /drivers/net/ethernet/renesas | |
parent | 7ce5d222190cb3ce3ae88bafde7c4fa52a5103e0 (diff) | |
download | linux-16387605a503a5462c79b740f9696ad4f5a960e5.tar.gz |
renesas/sh_eth.c: fix linux/interrupt.h included twice
Remove double include of linux/interrupt.h.
Signed-off-by: Danny Kukawka <danny.kukawka@bisect.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/renesas')
-rw-r--r-- | 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 cfad09107054..98062bf4197a 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> |