From: kbuild test robot Date: Thu, 15 Oct 2015 06:07:41 +0000 (+0800) Subject: staging: wilc1000: hif_sema_driver can be static X-Git-Tag: v4.4-rc1~125^2~655 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=413f930eab1111e7591b0494e689309f1dbd34a0;p=linux.git staging: wilc1000: hif_sema_driver can be static Signed-off-by: Fengguang Wu Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/wilc1000/host_interface.c b/drivers/staging/wilc1000/host_interface.c index e3bfad0146dc..3e728b6bee50 100644 --- a/drivers/staging/wilc1000/host_interface.c +++ b/drivers/staging/wilc1000/host_interface.c @@ -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;