netdev: Use default implementation of ethtool_ops::get_link where possible
authorBen Hutchings <bhutchings@solarflare.com>
Thu, 9 Dec 2010 12:10:25 +0000 (12:10 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 10 Dec 2010 23:55:24 +0000 (15:55 -0800)
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>

No differences found