From: Giuseppe Cavallaro Date: Sun, 17 Oct 2010 20:43:56 +0000 (-0700) Subject: stmmac: remove ifdef NETIF_F_TSO from stmmac_ethtool.c X-Git-Tag: v2.6.37-rc1~147^2~125 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=f3e85df845a5da60fc461cf49537435b1d07cf6d;p=~shefty%2Frdma-dev.git stmmac: remove ifdef NETIF_F_TSO from stmmac_ethtool.c Signed-off-by: Giuseppe Cavallaro Reported-by: Armando Visconti Signed-off-by: David S. Miller --- diff --git a/drivers/net/stmmac/stmmac_ethtool.c b/drivers/net/stmmac/stmmac_ethtool.c index de7589287fb..6d65482e789 100644 --- a/drivers/net/stmmac/stmmac_ethtool.c +++ b/drivers/net/stmmac/stmmac_ethtool.c @@ -380,10 +380,8 @@ static struct ethtool_ops stmmac_ethtool_ops = { .get_wol = stmmac_get_wol, .set_wol = stmmac_set_wol, .get_sset_count = stmmac_get_sset_count, -#ifdef NETIF_F_TSO .get_tso = ethtool_op_get_tso, .set_tso = ethtool_op_set_tso, -#endif }; void stmmac_set_ethtool_ops(struct net_device *netdev)