projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ce5d22
)
renesas/sh_eth.c: fix linux/interrupt.h included twice
author
Danny Kukawka
<danny.kukawka@bisect.de>
Wed, 15 Feb 2012 07:54:43 +0000
(07:54 +0000)
committer
David S. Miller
<davem@davemloft.net>
Wed, 15 Feb 2012 20:34:17 +0000
(15:34 -0500)
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>
drivers/net/ethernet/renesas/sh_eth.c
patch
|
blob
|
history
diff --git
a/drivers/net/ethernet/renesas/sh_eth.c
b/drivers/net/ethernet/renesas/sh_eth.c
index cfad09107054de419cd6a8c391200323429e69fa..98062bf4197afab924ce190cc1cb6e0b711f140a 100644
(file)
--- 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>