projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed7e63a
)
ucc_geth: remove get_perm_addr from ucc_geth_ethtool.c
author
Jan Altenberg
<jan.altenberg@linutronix.de>
Fri, 3 Aug 2007 08:08:15 +0000
(16:08 +0800)
committer
Li Yang
<leoli@freescale.com>
Fri, 3 Aug 2007 08:08:15 +0000
(16:08 +0800)
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>
drivers/net/ucc_geth_ethtool.c
patch
|
blob
|
history
diff --git
a/drivers/net/ucc_geth_ethtool.c
b/drivers/net/ucc_geth_ethtool.c
index a8994c7b8583f204e4db8e2ebea2073c8a2b5f7e..64bef7c123654529b5a46864f872717fdde8623f 100644
(file)
--- 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 = {
.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)