summaryrefslogtreecommitdiff
path: root/drivers/staging/wilc1000/wilc_wlan_if.h
diff options
context:
space:
mode:
authorGlen Lee <glen.lee@atmel.com>2015-09-24 18:14:59 +0900
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-09-29 02:39:58 +0200
commit6a3b94f71829bee2c2467870470e6d528f9ea46d (patch)
treee895d888d871a620c678f0daddee68bd60fa06e4 /drivers/staging/wilc1000/wilc_wlan_if.h
parent5cd6363385d0fe1669b4bf0906939b08e77b031e (diff)
staging: wilc1000: remove pointer varialbe cfg_wait and cfg_wait_event
This patch removes cfg_wait and cfg_wait_event which are pointer of g_linux_wlan->cfg_event. No need to have pointer varialbe of it. Just use g_linux_wlan->cfg_event. Signed-off-by: Glen Lee <glen.lee@atmel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/wilc1000/wilc_wlan_if.h')
-rw-r--r--drivers/staging/wilc1000/wilc_wlan_if.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/wilc1000/wilc_wlan_if.h b/drivers/staging/wilc1000/wilc_wlan_if.h
index e3b112c00a14..b1de65bbc80d 100644
--- a/drivers/staging/wilc1000/wilc_wlan_if.h
+++ b/drivers/staging/wilc1000/wilc_wlan_if.h
@@ -118,8 +118,6 @@ typedef struct {
#if defined(MEMORY_STATIC)
u32 rx_buffer_size;
#endif
-
- struct semaphore *cfg_wait_event;
} wilc_wlan_os_context_t;
typedef struct {