From: kbuild test robot Date: Thu, 15 Oct 2015 06:21:32 +0000 (+0800) Subject: staging: wilc1000: hif_sema_deinit can be static X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=172250024cc4b30efde4666e51540010ecd75ee0;p=deliverable%2Flinux.git staging: wilc1000: hif_sema_deinit 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 40581bcfa78d..0947e93db0df 100644 --- a/drivers/staging/wilc1000/host_interface.c +++ b/drivers/staging/wilc1000/host_interface.c @@ -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;