This patch removes function pointer io_deinit which is never used, and delete
it's related codes also.
Signed-off-by: Glen Lee <glen.lee@atmel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
 
 #ifdef WILC_SDIO
        nwi->io_func.io_type = HIF_SDIO;
-       nwi->io_func.io_deinit = linux_sdio_deinit;
 #else
        nwi->io_func.io_type = HIF_SPI;
-       nwi->io_func.io_deinit = linux_spi_deinit;
 #endif
 }
 
 
 
 typedef struct {
        int io_type;
-       void (*io_deinit)(void *);
 } wilc_wlan_io_func_t;
 
 #define WILC_MAC_INDICATE_STATUS       0x1