projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d8b76b
)
staging: wilc1000: remove unused variable gWFiDrvHandle
author
Leo Kim
<leo.kim@atmel.com>
Thu, 15 Oct 2015 04:24:51 +0000
(13:24 +0900)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Sat, 17 Oct 2015 04:37:24 +0000
(21:37 -0700)
This patch removes unused the variable gWFiDrvHandle.
Signed-off-by: Leo Kim <leo.kim@atmel.com>
Signed-off-by: Tony Cho <tony.cho@atmel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/host_interface.c
patch
|
blob
|
history
diff --git
a/drivers/staging/wilc1000/host_interface.c
b/drivers/staging/wilc1000/host_interface.c
index 9550af5a0454de5a29483bb1982ecda3852f7312..b65da9bce9d9c675e6b00e20cd67b41dbf12aab7 100644
(file)
--- a/
drivers/staging/wilc1000/host_interface.c
+++ b/
drivers/staging/wilc1000/host_interface.c
@@
-231,7
+231,6
@@
struct join_bss_param {
static struct host_if_drv *wfidrv_list[NUM_CONCURRENT_IFC + 1];
struct host_if_drv *terminated_handle;
-struct host_if_drv *gWFiDrvHandle;
bool g_obtainingIP;
u8 P2P_LISTEN_STATE;
static struct task_struct *HostIFthreadHandler;