mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-22 14:52:34 +00:00
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>
This commit is contained in:
parent
dcb30e6592
commit
b51ca34a26
1 changed files with 2 additions and 2 deletions
|
@ -1035,8 +1035,8 @@ static int efx_ethtool_set_rxfh_indir(struct net_device *net_dev,
|
||||||
return 0;
|
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 ethtool_ts_info *ts_info)
|
||||||
{
|
{
|
||||||
struct efx_nic *efx = netdev_priv(net_dev);
|
struct efx_nic *efx = netdev_priv(net_dev);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue