diff options
Diffstat (limited to 'net/ethtool/pause.c')
| -rw-r--r-- | net/ethtool/pause.c | 6 | 
1 files changed, 0 insertions, 6 deletions
diff --git a/net/ethtool/pause.c b/net/ethtool/pause.c index d4ac02718b72..9009f412151e 100644 --- a/net/ethtool/pause.c +++ b/net/ethtool/pause.c @@ -21,12 +21,6 @@ const struct nla_policy ethnl_pause_get_policy[] = {  		NLA_POLICY_NESTED(ethnl_header_policy_stats),  }; -static void ethtool_stats_init(u64 *stats, unsigned int n) -{ -	while (n--) -		stats[n] = ETHTOOL_STAT_NOT_SET; -} -  static int pause_prepare_data(const struct ethnl_req_info *req_base,  			      struct ethnl_reply_data *reply_base,  			      struct genl_info *info)  |