mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-03 17:51:57 +09:00
staging: wilc1000: remove unused variable gWFiDrvHandle
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>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
1d8b76b318
commit
4fb770d64e
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user