From: Fengguang Wu Date: Wed, 3 Jul 2013 06:07:40 +0000 (+0800) Subject: sfc: efx_ethtool_get_ts_info() can be static X-Git-Tag: accepted/tizen/common/20141203.182822~1141^2~341^2~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b51ca34a262f5a3556eb6f1d05fd88503927d3ae;p=platform%2Fkernel%2Flinux-arm64.git sfc: efx_ethtool_get_ts_info() can be static Signed-off-by: Fengguang Wu Signed-off-by: Ben Hutchings --- diff --git a/drivers/net/ethernet/sfc/ethtool.c b/drivers/net/ethernet/sfc/ethtool.c index 5b471cf..c8dc407 100644 --- a/drivers/net/ethernet/sfc/ethtool.c +++ b/drivers/net/ethernet/sfc/ethtool.c @@ -1035,8 +1035,8 @@ 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, - struct ethtool_ts_info *ts_info) +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);