Message ID | 20150608101638.GA42919@roam (mailing list archive) |
---|---|
State | Not Applicable |
Headers | show |
diff --git a/drivers/net/wireless/ath/ath10k/core.c b/drivers/net/wireless/ath/ath10k/core.c index a81c7a7..b674573 100644 --- a/drivers/net/wireless/ath/ath10k/core.c +++ b/drivers/net/wireless/ath/ath10k/core.c @@ -31,7 +31,7 @@ #include "wmi-ops.h" unsigned int ath10k_debug_mask; -unsigned int ath10k_cryptmode_param; +static unsigned int ath10k_cryptmode_param; static bool uart_print; static bool skip_otp;
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com> --- core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)