projects
/
platform
/
kernel
/
linux-stable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dcb30e6
)
sfc: efx_ethtool_get_ts_info() can be static
author
Fengguang Wu
<fengguang.wu@intel.com>
Wed, 3 Jul 2013 06:07:40 +0000
(14:07 +0800)
committer
Ben Hutchings
<bhutchings@solarflare.com>
Fri, 20 Sep 2013 18:31:42 +0000
(19:31 +0100)
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
drivers/net/ethernet/sfc/ethtool.c
patch
|
blob
|
history
diff --git
a/drivers/net/ethernet/sfc/ethtool.c
b/drivers/net/ethernet/sfc/ethtool.c
index
5b471cf
..
c8dc407
100644
(file)
--- 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);