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

Commit b51ca34a authored by Fengguang Wu's avatar Fengguang Wu Committed by Ben Hutchings
Browse files

sfc: efx_ethtool_get_ts_info() can be static

parent dcb30e65
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1035,7 +1035,7 @@ static int efx_ethtool_set_rxfh_indir(struct net_device *net_dev,
	return 0;
}

int efx_ethtool_get_ts_info(struct net_device *net_dev,
static int efx_ethtool_get_ts_info(struct net_device *net_dev,
				   struct ethtool_ts_info *ts_info)
{
	struct efx_nic *efx = netdev_priv(net_dev);