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

staging: wilc1000: hif_sema_deinit can be static

Signed-off-by: default avatarFengguang Wu <fengguang.wu@intel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 440e8993
......@@ -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;
......
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