commit | ed4ba4b5b96742d29225308ccccbdb1810b63064 | [log] [tgz] |
---|---|---|
author | Ben Hutchings <bhutchings@solarflare.com> | Thu Dec 09 12:10:25 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Fri Dec 10 15:55:24 2010 -0800 |
tree | 2c28a534d7b7fe4ed58925401d69b14df90323be | |
parent | e596e6e4d578f2639416e620d367a3af34814a40 [diff] |
netdev: Use default implementation of ethtool_ops::get_link where possible Various drivers are using implementations of ethtool_ops::get_link that are equivalent to the default ethtool_op_get_link(). Change them to use that instead. Signed-off-by: Ben Hutchings <bhutchings@solarflare.com> Signed-off-by: David S. Miller <davem@davemloft.net>