Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7c5b0162 authored by Jan Altenberg's avatar Jan Altenberg Committed by Li Yang
Browse files

ucc_geth: remove get_perm_addr from ucc_geth_ethtool.c



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

Signed-off-by: default avatarJan Altenberg <jan.altenberg@linutronix.de>
Signed-off-by: default avatarLi Yang <leoli@freescale.com>
parent ed7e63a5
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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)