mirror of
https://github.com/adulau/aha.git
synced 2024-12-30 20:56:23 +00:00
mv643xx_eth: duplicate methods in initializer
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
ed4d6375a1
commit
d8c4a2f9d9
1 changed files with 0 additions and 2 deletions
|
@ -2768,8 +2768,6 @@ static const struct ethtool_ops mv643xx_ethtool_ops = {
|
|||
.get_stats_count = mv643xx_get_stats_count,
|
||||
.get_ethtool_stats = mv643xx_get_ethtool_stats,
|
||||
.get_strings = mv643xx_get_strings,
|
||||
.get_stats_count = mv643xx_get_stats_count,
|
||||
.get_ethtool_stats = mv643xx_get_ethtool_stats,
|
||||
.nway_reset = mv643xx_eth_nway_restart,
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue