staging: wilc1000: remove unused function pointer io_deinit

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>
This commit is contained in:
Glen Lee 2015-11-06 18:40:18 +09:00 committed by Greg Kroah-Hartman
parent 62342c7af7
commit 060a8a23f5
2 changed files with 0 additions and 3 deletions

View file

@ -892,10 +892,8 @@ void linux_to_wlan(wilc_wlan_inp_t *nwi, struct wilc *nic)
#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
}

View file

@ -74,7 +74,6 @@ typedef struct {
typedef struct {
int io_type;
void (*io_deinit)(void *);
} wilc_wlan_io_func_t;
#define WILC_MAC_INDICATE_STATUS 0x1