diff options
author | Andy Fleming <afleming@freescale.com> | 2009-02-04 19:42:12 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-02-04 19:42:35 -0500 |
commit | 1577ecef766650a57fceb171acee2b13cbfaf1d3 (patch) | |
tree | b66df11d8815f95f815e65c3c3ffd32df81b8d43 /drivers/net/ucc_geth_ethtool.c | |
parent | 9c46f6d42f1b5627c49a5906cb5b315ad8716ff0 (diff) |
netdev: Merge UCC and gianfar MDIO bus drivers
The MDIO bus drivers for the UCC and gianfar ethernet controllers are
essentially the same. There's no reason to duplicate that much code.
Signed-off-by: Andy Fleming <afleming@freescale.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ucc_geth_ethtool.c')
-rw-r--r-- | drivers/net/ucc_geth_ethtool.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/ucc_geth_ethtool.c b/drivers/net/ucc_geth_ethtool.c index 68a7f5414133..a755bea559b9 100644 --- a/drivers/net/ucc_geth_ethtool.c +++ b/drivers/net/ucc_geth_ethtool.c | |||
@@ -39,7 +39,6 @@ | |||
39 | #include <asm/types.h> | 39 | #include <asm/types.h> |
40 | 40 | ||
41 | #include "ucc_geth.h" | 41 | #include "ucc_geth.h" |
42 | #include "ucc_geth_mii.h" | ||
43 | 42 | ||
44 | static char hw_stat_gstrings[][ETH_GSTRING_LEN] = { | 43 | static char hw_stat_gstrings[][ETH_GSTRING_LEN] = { |
45 | "tx-64-frames", | 44 | "tx-64-frames", |