From: kbuild test robot <lkp@intel.com>
Date: Thu, 15 Oct 2015 06:21:32 +0000 (+0800)
Subject: staging: wilc1000: hif_sema_deinit can be static
X-Git-Tag: firefly_0821_release~176^2~802^2~652
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=172250024cc4b30efde4666e51540010ecd75ee0;p=firefly-linux-kernel-4.4.55.git

staging: wilc1000: hif_sema_deinit can be static

Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
---

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;