From: Andrew Morton this got removed. Cc: Ayyappan Signed-off-by: Andrew Morton --- drivers/net/ixgbe/ixgbe_ethtool.c | 1 - 1 file changed, 1 deletion(-) diff -puN drivers/net/ixgbe/ixgbe_ethtool.c~git-ixgbe-build-fix drivers/net/ixgbe/ixgbe_ethtool.c --- a/drivers/net/ixgbe/ixgbe_ethtool.c~git-ixgbe-build-fix +++ a/drivers/net/ixgbe/ixgbe_ethtool.c @@ -861,7 +861,6 @@ static struct ethtool_ops ixgbe_ethtool_ .phys_id = ixgbe_phys_id, .get_stats_count = ixgbe_get_stats_count, .get_ethtool_stats = ixgbe_get_ethtool_stats, - .get_perm_addr = ethtool_op_get_perm_addr, }; void ixgbe_set_ethtool_ops(struct net_device *netdev) _