diff mbox

[RFC] ath6k: ath6k_ethtool_ops can be static

Message ID 20151022005858.GA48311@xian (mailing list archive)
State RFC
Delegated to: Kalle Valo
Headers show

Commit Message

kernel test robot Oct. 22, 2015, 12:58 a.m. UTC
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
---
 cfg80211.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/drivers/net/wireless/ath/ath6kl/cfg80211.c b/drivers/net/wireless/ath/ath6kl/cfg80211.c
index c6eb2fd..e8dbe9b 100644
--- a/drivers/net/wireless/ath/ath6kl/cfg80211.c
+++ b/drivers/net/wireless/ath/ath6kl/cfg80211.c
@@ -3747,7 +3747,7 @@  static void ath6k_get_strings(struct net_device *dev, u32 sset, u8 *data)
 	}
 }
 
-const struct ethtool_ops ath6k_ethtool_ops = {
+static const struct ethtool_ops ath6k_ethtool_ops = {
 	.get_drvinfo = cfg80211_get_drvinfo,
 	.get_link = ethtool_op_get_link,
 	.get_strings = ath6k_get_strings,