From: kbuild test robot Date: Thu, 15 Oct 2015 07:59:53 +0000 (+0800) Subject: staging: wilc1000: join_req_drv can be static X-Git-Tag: v4.4-rc1~125^2~628 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=23fba59de00aeeb587db16b450aea7c497cde8ed;p=thirdparty%2Flinux.git staging: wilc1000: join_req_drv can be static Signed-off-by: Fengguang Wu Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/wilc1000/host_interface.c b/drivers/staging/wilc1000/host_interface.c index 0170842a657bf..3dbb74ebafa04 100644 --- a/drivers/staging/wilc1000/host_interface.c +++ b/drivers/staging/wilc1000/host_interface.c @@ -261,7 +261,7 @@ static u8 mode_11i; u8 auth_type; u32 join_req_size; static u32 info_element_size; -struct host_if_drv *join_req_drv; +static struct host_if_drv *join_req_drv; #define REAL_JOIN_REQ 0 #define FLUSHED_JOIN_REQ 1 #define FLUSHED_BYTE_POS 79