diff options
author | Fengguang Wu <fengguang.wu@intel.com> | 2013-07-03 02:07:40 -0400 |
---|---|---|
committer | Ben Hutchings <bhutchings@solarflare.com> | 2013-09-20 14:31:42 -0400 |
commit | b51ca34a262f5a3556eb6f1d05fd88503927d3ae (patch) | |
tree | 7f13ea7665f13de519a45558764066867f8aea8d /drivers/net/ethernet | |
parent | dcb30e659287a6b40dafed1362532da42ec27229 (diff) |
sfc: efx_ethtool_get_ts_info() can be static
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
Diffstat (limited to 'drivers/net/ethernet')
-rw-r--r-- | drivers/net/ethernet/sfc/ethtool.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/ethernet/sfc/ethtool.c b/drivers/net/ethernet/sfc/ethtool.c index 5b471cf5c323..c8dc407513b0 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, | |||
1035 | return 0; | 1035 | return 0; |
1036 | } | 1036 | } |
1037 | 1037 | ||
1038 | int efx_ethtool_get_ts_info(struct net_device *net_dev, | 1038 | static int efx_ethtool_get_ts_info(struct net_device *net_dev, |
1039 | struct ethtool_ts_info *ts_info) | 1039 | struct ethtool_ts_info *ts_info) |
1040 | { | 1040 | { |
1041 | struct efx_nic *efx = netdev_priv(net_dev); | 1041 | struct efx_nic *efx = netdev_priv(net_dev); |
1042 | 1042 | ||