From 7c5b016246a889ec4b5dc8d40cab525e888a649e Mon Sep 17 00:00:00 2001 From: Jan Altenberg Date: Fri, 3 Aug 2007 16:08:15 +0800 Subject: 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 Signed-off-by: Li Yang --- drivers/net/ucc_geth_ethtool.c | 1 - 1 file changed, 1 deletion(-) (limited to 'drivers/net/ucc_geth_ethtool.c') diff --git a/drivers/net/ucc_geth_ethtool.c b/drivers/net/ucc_geth_ethtool.c index a8994c7b858..64bef7c1236 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 = { .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) -- cgit v1.2.3