staging: wilc1000: join_req can be static
authorkbuild test robot <lkp@intel.com>
Thu, 15 Oct 2015 07:04:15 +0000 (15:04 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 17 Oct 2015 04:50:57 +0000 (21:50 -0700)
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/host_interface.c

index 9b084ebafccdef896a1494708d6404766133bd99..4f39f94f48f11b07ab32fa7a28ede32a5ee5269e 100644 (file)
@@ -255,7 +255,7 @@ static u8 get_ip[2][4];
 static u32 inactive_time;
 static u8 del_beacon;
 
-u8 *join_req;
+static u8 *join_req;
 u8 *gu8FlushedInfoElemAsoc;
 u8 gu8Flushed11iMode;
 u8 gu8FlushedAuthType;