diff mbox

[ath6kl] ath10k: ath10k_cryptmode_param can be static

Message ID 20150608101638.GA42919@roam (mailing list archive)
State Not Applicable
Headers show

Commit Message

Fengguang Wu June 8, 2015, 10:16 a.m. UTC
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
---
 core.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

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;