mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
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>
This commit is contained in:
parent
a960936efb
commit
2d6151782d
@ -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
|
||||
|
@ -78,7 +78,6 @@ typedef struct {
|
||||
void (*io_deinit)(void *);
|
||||
union {
|
||||
struct {
|
||||
int (*sdio_cmd53)(sdio_cmd53_t *);
|
||||
int (*sdio_set_max_speed)(void);
|
||||
int (*sdio_set_default_speed)(void);
|
||||
} sdio;
|
||||
|
Loading…
Reference in New Issue
Block a user