Return-path: Received: from mga11.intel.com ([192.55.52.93]:61164 "EHLO mga11.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752018AbbJOHtB (ORCPT ); Thu, 15 Oct 2015 03:49:01 -0400 Date: Thu, 15 Oct 2015 15:47:44 +0800 From: kbuild test robot To: Tony Cho Cc: kbuild-all@01.org, gregkh@linuxfoundation.org, devel@driverdev.osuosl.org, linux-wireless@vger.kernel.org, johnny.kim@atmel.com, chris.park@atmel.com, rachel.kim@atmel.com, tony.cho@atmel.com, glen.lee@atmel.com, leo.kim@atmel.com, austin.shin@atmel.com, adel.noureldin@atmel.com, adham.abozaeid@atmel.com, Nicolas.FERRE@atmel.com Subject: [RFC PATCH] staging: wilc1000: info_element_size can be static Message-ID: <20151015074744.GA96711@xian> (sfid-20151015_094916_755578_08BD33FB) References: <201510151546.Iq5R4HbM%fengguang.wu@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <1444883121-31757-33-git-send-email-tony.cho@atmel.com> Sender: linux-wireless-owner@vger.kernel.org List-ID: Signed-off-by: Fengguang Wu --- host_interface.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/wilc1000/host_interface.c b/drivers/staging/wilc1000/host_interface.c index 961e853..965fffb 100644 --- a/drivers/staging/wilc1000/host_interface.c +++ b/drivers/staging/wilc1000/host_interface.c @@ -266,7 +266,7 @@ u8 *info_element; 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