Commit 20925fee authored by John W. Linville's avatar John W. Linville

wireless: mark cfg80211_is_all_idle as static

  CHECK   net/wireless/sme.c
net/wireless/sme.c:38:6: warning: symbol 'cfg80211_is_all_idle' was not declared. Should it be static?

It is not used elsewhere, so mark it static.
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 2ea6fb6d
...@@ -35,7 +35,7 @@ struct cfg80211_conn { ...@@ -35,7 +35,7 @@ struct cfg80211_conn {
bool auto_auth, prev_bssid_valid; bool auto_auth, prev_bssid_valid;
}; };
bool cfg80211_is_all_idle(void) static bool cfg80211_is_all_idle(void)
{ {
struct cfg80211_registered_device *rdev; struct cfg80211_registered_device *rdev;
struct wireless_dev *wdev; struct wireless_dev *wdev;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment