summaryrefslogtreecommitdiff
path: root/drivers/staging/wilc1000/wilc_wlan_if.h
diff options
context:
space:
mode:
authorGlen Lee <glen.lee@atmel.com>2015-11-06 18:40:04 +0900
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-11-15 20:02:47 -0800
commitf15179eb1f77b1b991273d5229b676ac630be1c0 (patch)
tree67e26cdba137d0bb1d90920f46a70d0e70c78ca6 /drivers/staging/wilc1000/wilc_wlan_if.h
parent78d2f1a4b50c6460e9b82179ec301773b5757acb (diff)
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/wilc_wlan_if.h')
-rw-r--r--drivers/staging/wilc1000/wilc_wlan_if.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/wilc1000/wilc_wlan_if.h b/drivers/staging/wilc1000/wilc_wlan_if.h
index 92cee4576612..2caad2883b19 100644
--- a/drivers/staging/wilc1000/wilc_wlan_if.h
+++ b/drivers/staging/wilc1000/wilc_wlan_if.h
@@ -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 {