Skip to content

Commit 8b58a2b

Browse files
Leo-Kimgregkh
authored andcommitted
staging: wilc1000: remove unused struct WILC_WFIDrvHandle
This patch removes unused the struct WILC_WFIDrvHandle with related commnets. Signed-off-by: Leo Kim <[email protected]> Signed-off-by: Tony Cho <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent ad61fce commit 8b58a2b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

drivers/staging/wilc1000/host_interface.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -192,11 +192,6 @@ typedef void (*wilc_connect_result)(tenuConnDisconnEvent,
192192
typedef void (*wilc_remain_on_chan_expired)(void *, u32); /*Remain on channel expiration callback function*/
193193
typedef void (*wilc_remain_on_chan_ready)(void *); /*Remain on channel callback function*/
194194

195-
/* typedef u32 WILC_WFIDrvHandle; */
196-
typedef struct {
197-
s32 s32Dummy;
198-
} *WILC_WFIDrvHandle;
199-
200195
/*!
201196
* @struct rcvd_net_info
202197
* @brief Structure to hold Received Asynchronous Network info

0 commit comments

Comments
 (0)