summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/linux_wlan.c
diff options
context:
space:
mode:
authorGlen Lee2015-11-06 10:40:02 +0100
committerGreg Kroah-Hartman2015-11-16 05:02:47 +0100
commit2d6151782d6cc41b25fbec6607e23daaa34ce24b (patch)
tree0b8faf4f8981e859f2c0df7cf44993edf69477ca /drivers/staging/wilc1000/linux_wlan.c
parentstaging: wilc1000: remove function pointer sdio_cmd53 (diff)
downloadkernel-qcow2-linux-2d6151782d6cc41b25fbec6607e23daaa34ce24b.tar.gz
kernel-qcow2-linux-2d6151782d6cc41b25fbec6607e23daaa34ce24b.tar.xz
kernel-qcow2-linux-2d6151782d6cc41b25fbec6607e23daaa34ce24b.zip
staging: wilc1000: remove sdio_cmd53 of wilc_wlan_io_func_t
This patch removes sdio_cmd53 of wilc_wlan_io_func_t which is not used. 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 ce5463e44e61..725831395395 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_cmd53 = linux_sdio_cmd53;
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