staging: wilc1000: info_element_size can be static
authorkbuild test robot <lkp@intel.com>
Thu, 15 Oct 2015 07:47:44 +0000 (15:47 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 17 Oct 2015 04:54:55 +0000 (21:54 -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 2ae1078e02dbf7c3d78451e8792fa8e27b082b63..f6c61dd012376bdbc38772cff7766c3f023feaa8 100644 (file)
@@ -260,7 +260,7 @@ u8 *info_element;
 static u8 mode_11i;
 u8 auth_type;
 u32 join_req_size;
-u32 info_element_size;
+static u32 info_element_size;
 struct host_if_drv *gu8FlushedJoinReqDrvHandler;
 #define REAL_JOIN_REQ 0
 #define FLUSHED_JOIN_REQ 1