mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-17 01:04:19 +08:00
wireless: mark reg_mutex as static
Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
d5ece2150a
commit
670b7f11ff
@ -80,7 +80,7 @@ static const struct ieee80211_regdomain *country_ie_regdomain;
|
||||
* - country_ie_regdomain
|
||||
* - last_request
|
||||
*/
|
||||
DEFINE_MUTEX(reg_mutex);
|
||||
static DEFINE_MUTEX(reg_mutex);
|
||||
#define assert_reg_lock() WARN_ON(!mutex_is_locked(®_mutex))
|
||||
|
||||
/* Used to queue up regulatory hints */
|
||||
|
Loading…
Reference in New Issue
Block a user