public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] remove get_perm_addr from ucc_geth_ethtool.c
@ 2007-08-01 15:04 Jan Altenberg
  0 siblings, 0 replies; only message in thread
From: Jan Altenberg @ 2007-08-01 15:04 UTC (permalink / raw)
  To: leoli; +Cc: netdev, Linux Kernel list

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>

---
 drivers/net/ucc_geth_ethtool.c |    1 -
 1 file changed, 1 deletion(-)

Index: linux-2.6/drivers/net/ucc_geth_ethtool.c
===================================================================
--- linux-2.6.orig/drivers/net/ucc_geth_ethtool.c
+++ linux-2.6/drivers/net/ucc_geth_ethtool.c
@@ -379,7 +379,6 @@ static const struct ethtool_ops uec_etht
 	.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)



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-08-01 15:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-01 15:04 [PATCH] remove get_perm_addr from ucc_geth_ethtool.c Jan Altenberg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox