Skip to content

Commit

Permalink
wireless: mark cfg80211_is_all_idle as static
Browse files Browse the repository at this point in the history
  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: John W. Linville <linville@tuxdriver.com>
  • Loading branch information
John W. Linville committed Jul 20, 2010
1 parent 2ea6fb6 commit 20925fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/wireless/sme.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ struct cfg80211_conn {
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 wireless_dev *wdev;
Expand Down

0 comments on commit 20925fe

Please sign in to comment.