]> git.karo-electronics.de Git - linux-beck.git/commitdiff
staging: wilc1000: remove unused function pointer io_deinit
authorGlen Lee <glen.lee@atmel.com>
Fri, 6 Nov 2015 09:40:18 +0000 (18:40 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 16 Nov 2015 04:02:47 +0000 (20:02 -0800)
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>
drivers/staging/wilc1000/linux_wlan.c
drivers/staging/wilc1000/wilc_wlan_if.h

index 119f55d8b756d85b61be3fd36fc96b32ef9cde46..00bc890f166251cbee263e0174a959ddf4c8cf51 100644 (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
 }
 
index d0b5bc3161e086609d6a182ad09c298d6e1aedd6..b43e439651b33e8fd72803dc44ccb3bc2b4373a8 100644 (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