diff options
| author | Jan Altenberg <jan.altenberg@linutronix.de> | 2007-08-03 04:08:15 -0400 |
|---|---|---|
| committer | Li Yang <leoli@freescale.com> | 2007-08-03 04:08:15 -0400 |
| commit | 7c5b016246a889ec4b5dc8d40cab525e888a649e (patch) | |
| tree | a2ca02012d9791cb2fbdfdb80145d481789a7867 | |
| parent | ed7e63a51d46e835422d89c687b8a3e419a4212a (diff) | |
ucc_geth: remove get_perm_addr from ucc_geth_ethtool.c
This is needed because commit 313674afa8fdced2fe79f50f38e1c387b63d8790
inlines the generic function to the caller.
Signed-off-by: Jan Altenberg <jan.altenberg@linutronix.de>
Signed-off-by: Li Yang <leoli@freescale.com>
| -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 a8994c7b8583..64bef7c12365 100644 --- a/drivers/net/ucc_geth_ethtool.c +++ b/drivers/net/ucc_geth_ethtool.c | |||
| @@ -379,7 +379,6 @@ static const struct ethtool_ops uec_ethtool_ops = { | |||
| 379 | .get_stats_count = uec_get_stats_count, | 379 | .get_stats_count = uec_get_stats_count, |
| 380 | .get_strings = uec_get_strings, | 380 | .get_strings = uec_get_strings, |
| 381 | .get_ethtool_stats = uec_get_ethtool_stats, | 381 | .get_ethtool_stats = uec_get_ethtool_stats, |
| 382 | .get_perm_addr = ethtool_op_get_perm_addr, | ||
| 383 | }; | 382 | }; |
| 384 | 383 | ||
| 385 | void uec_set_ethtool_ops(struct net_device *netdev) | 384 | void uec_set_ethtool_ops(struct net_device *netdev) |
