]> git.karo-electronics.de Git - linux-beck.git/commitdiff
staging: wilc1000: remove sdio_set_max_speed
authorGlen Lee <glen.lee@atmel.com>
Fri, 6 Nov 2015 09:40:04 +0000 (18:40 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 16 Nov 2015 04:02:47 +0000 (20:02 -0800)
This patch removes sdio_set_max_speed of wilc_wlan_io_func_t which is not
used any more.

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 725831395395c2318e45c8e988fadd9a752fdfb3..9ecf307758524df2ba10a2512f221adb6e5ac256 100644 (file)
@@ -894,7 +894,6 @@ void linux_to_wlan(wilc_wlan_inp_t *nwi, struct wilc *nic)
        nwi->io_func.io_type = HIF_SDIO;
        nwi->io_func.io_init = linux_sdio_init;
        nwi->io_func.io_deinit = linux_sdio_deinit;
-       nwi->io_func.u.sdio.sdio_set_max_speed = linux_sdio_set_max_speed;
        nwi->io_func.u.sdio.sdio_set_default_speed = linux_sdio_set_default_speed;
 #else
        nwi->io_func.io_type = HIF_SPI;
index 92cee457661261653b8e461487dbdbb666a18a78..2caad2883b193a3091a396663fad83d862892d3a 100644 (file)
@@ -78,7 +78,6 @@ typedef struct {
        void (*io_deinit)(void *);
        union {
                struct {
-                       int (*sdio_set_max_speed)(void);
                        int (*sdio_set_default_speed)(void);
                } sdio;
                struct {