staging: wilc1000: hif_sema_driver 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:07:41 +08:00 committed by Greg Kroah-Hartman
parent 27ff21681b
commit 413f930eab
1 changed files with 1 additions and 1 deletions

View File

@ -236,7 +236,7 @@ u8 P2P_LISTEN_STATE;
static struct task_struct *hif_thread_handler;
static WILC_MsgQueueHandle hif_msg_q;
static struct semaphore hif_sema_thread;
struct semaphore hif_sema_driver;
static struct semaphore hif_sema_driver;
static struct semaphore hWaitResponse;
struct semaphore hSemHostIntDeinit;
struct timer_list g_hPeriodicRSSI;