dect
/
linux-2.6
Archived
13
0
Fork 0

ucc_geth: remove get_perm_addr from ucc_geth_ethtool.c

This is needed because commit 313674afa8
inlines the generic function to the caller.

Signed-off-by: Jan Altenberg <jan.altenberg@linutronix.de>
Signed-off-by: Li Yang <leoli@freescale.com>
This commit is contained in:
Jan Altenberg 2007-08-03 16:08:15 +08:00 committed by Li Yang
parent ed7e63a51d
commit 7c5b016246
1 changed files with 0 additions and 1 deletions

View File

@ -379,7 +379,6 @@ static const struct ethtool_ops uec_ethtool_ops = {
.get_stats_count = uec_get_stats_count,
.get_strings = uec_get_strings,
.get_ethtool_stats = uec_get_ethtool_stats,
.get_perm_addr = ethtool_op_get_perm_addr,
};
void uec_set_ethtool_ops(struct net_device *netdev)