Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

staging: wilc1000: hif_sema_deinit can be static

parent 440e8993
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;