[PATCH ath6kl] ath10k: ath10k_cryptmode_param can be static

kbuild test robot fengguang.wu at intel.com
Mon Jun 8 03:16:38 PDT 2015


Signed-off-by: Fengguang Wu <fengguang.wu at intel.com>
---
 core.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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;
 



More information about the ath10k mailing list