This patch removes unused variable os_private and delete
struct wilc_wlan_os_context_t since there is no members in it. Remove it's
related code also.
Signed-off-by: Glen Lee <glen.lee@atmel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
 {
        PRINT_D(INIT_DBG, "Linux to Wlan services ...\n");
 
-       nwi->os_context.os_private = (void *)nic;
-
 #ifdef WILC_SDIO
        nwi->io_func.io_type = HIF_SDIO;
 #else
 
 #define WILC_MAC_INDICATE_SCAN         0x2
 
 typedef struct {
-       void *os_private;
-} wilc_wlan_os_context_t;
-
-typedef struct {
-       wilc_wlan_os_context_t os_context;
        wilc_wlan_io_func_t io_func;
 } wilc_wlan_inp_t;