summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/linux_wlan.c
diff options
context:
space:
mode:
authorGlen Lee2015-11-06 10:40:04 +0100
committerGreg Kroah-Hartman2015-11-16 05:02:47 +0100
commitf15179eb1f77b1b991273d5229b676ac630be1c0 (patch)
tree67e26cdba137d0bb1d90920f46a70d0e70c78ca6 /drivers/staging/wilc1000/linux_wlan.c
parentstaging: wilc1000: remove function pointer sdio_set_max_speed (diff)
downloadkernel-qcow2-linux-f15179eb1f77b1b991273d5229b676ac630be1c0.tar.gz
kernel-qcow2-linux-f15179eb1f77b1b991273d5229b676ac630be1c0.tar.xz
kernel-qcow2-linux-f15179eb1f77b1b991273d5229b676ac630be1c0.zip
staging: wilc1000: remove sdio_set_max_speed
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>
Diffstat (limited to 'drivers/staging/wilc1000/linux_wlan.c')
-rw-r--r--drivers/staging/wilc1000/linux_wlan.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/wilc1000/linux_wlan.c b/drivers/staging/wilc1000/linux_wlan.c
index 725831395395..9ecf30775852 100644
--- a/drivers/staging/wilc1000/linux_wlan.c
+++ b/drivers/staging/wilc1000/linux_wlan.c
@@ -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;