Commit 670b7f11 authored by John W. Linville's avatar John W. Linville

wireless: mark reg_mutex as static

Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent d5ece215
...@@ -80,7 +80,7 @@ static const struct ieee80211_regdomain *country_ie_regdomain; ...@@ -80,7 +80,7 @@ static const struct ieee80211_regdomain *country_ie_regdomain;
* - country_ie_regdomain * - country_ie_regdomain
* - last_request * - last_request
*/ */
DEFINE_MUTEX(reg_mutex); static DEFINE_MUTEX(reg_mutex);
#define assert_reg_lock() WARN_ON(!mutex_is_locked(&reg_mutex)) #define assert_reg_lock() WARN_ON(!mutex_is_locked(&reg_mutex))
/* Used to queue up regulatory hints */ /* Used to queue up regulatory hints */
......
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