diff options
author | Giuseppe CAVALLARO <peppe.cavallaro@st.com> | 2010-01-07 00:07:21 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-01-08 02:06:11 +0100 |
commit | 5e33c791233b7da47b5403344a915c1b7edaaad8 (patch) | |
tree | c69a6a5aa1a092b5ad049dc73f28f0afaef69ce9 /drivers/net/stmmac/stmmac_mdio.c | |
parent | stmmac: rename the gmac as dwmac1000 and split core and dma parts (diff) | |
download | linux-5e33c791233b7da47b5403344a915c1b7edaaad8.tar.xz linux-5e33c791233b7da47b5403344a915c1b7edaaad8.zip |
stmmac: include netdevice.h into the common.h header
Signed-off-by: Giuseppe Cavallaro <peppe.cavallaro@st.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/stmmac/stmmac_mdio.c')
-rw-r--r-- | drivers/net/stmmac/stmmac_mdio.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/stmmac/stmmac_mdio.c b/drivers/net/stmmac/stmmac_mdio.c index 131e0a603711..fffe1d037fe6 100644 --- a/drivers/net/stmmac/stmmac_mdio.c +++ b/drivers/net/stmmac/stmmac_mdio.c @@ -24,7 +24,6 @@ Maintainer: Giuseppe Cavallaro <peppe.cavallaro@st.com> *******************************************************************************/ -#include <linux/netdevice.h> #include <linux/mii.h> #include <linux/phy.h> |