Commit 413f930e authored by kbuild test robot's avatar kbuild test robot Committed by Greg Kroah-Hartman

staging: wilc1000: hif_sema_driver can be static

Signed-off-by: default avatarFengguang Wu <fengguang.wu@intel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 27ff2168
...@@ -236,7 +236,7 @@ u8 P2P_LISTEN_STATE; ...@@ -236,7 +236,7 @@ u8 P2P_LISTEN_STATE;
static struct task_struct *hif_thread_handler; static struct task_struct *hif_thread_handler;
static WILC_MsgQueueHandle hif_msg_q; static WILC_MsgQueueHandle hif_msg_q;
static struct semaphore hif_sema_thread; static struct semaphore hif_sema_thread;
struct semaphore hif_sema_driver; static struct semaphore hif_sema_driver;
static struct semaphore hWaitResponse; static struct semaphore hWaitResponse;
struct semaphore hSemHostIntDeinit; struct semaphore hSemHostIntDeinit;
struct timer_list g_hPeriodicRSSI; struct timer_list g_hPeriodicRSSI;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment