staging: wilc1000: hif_sema_deinit can be static

Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
kbuild test robot 2015-10-15 14:21:32 +08:00 committed by Greg Kroah-Hartman
parent 440e8993d1
commit 172250024c
1 changed files with 1 additions and 1 deletions

View File

@ -238,7 +238,7 @@ static WILC_MsgQueueHandle hif_msg_q;
static struct semaphore hif_sema_thread;
static struct semaphore hif_sema_driver;
static struct semaphore hif_sema_wait_response;
struct semaphore hif_sema_deinit;
static struct semaphore hif_sema_deinit;
struct timer_list g_hPeriodicRSSI;