提交 670b7f11 编写于 作者: J John W. Linville

wireless: mark reg_mutex as static

Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册