From: Leo Kim Date: Mon, 12 Oct 2015 07:55:56 +0000 (+0900) Subject: staging: wilc1000: remove unused struct WILC_WFIDrvHandle X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=8b58a2b6580ef6dda2051b3289d735f45ef8bd02;p=deliverable%2Flinux.git staging: wilc1000: remove unused struct WILC_WFIDrvHandle This patch removes unused the struct WILC_WFIDrvHandle with related commnets. Signed-off-by: Leo Kim Signed-off-by: Tony Cho Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/wilc1000/host_interface.h b/drivers/staging/wilc1000/host_interface.h index cfe2ceddb0e9..20fd876816ef 100644 --- a/drivers/staging/wilc1000/host_interface.h +++ b/drivers/staging/wilc1000/host_interface.h @@ -192,11 +192,6 @@ typedef void (*wilc_connect_result)(tenuConnDisconnEvent, typedef void (*wilc_remain_on_chan_expired)(void *, u32); /*Remain on channel expiration callback function*/ typedef void (*wilc_remain_on_chan_ready)(void *); /*Remain on channel callback function*/ -/* typedef u32 WILC_WFIDrvHandle; */ -typedef struct { - s32 s32Dummy; -} *WILC_WFIDrvHandle; - /*! * @struct rcvd_net_info * @brief Structure to hold Received Asynchronous Network info