提交 1c2cf24c 编写于 作者: G Glen Lee 提交者: Greg Kroah-Hartman

staging: wilc1000: remove varialbe sdio_set_default_speed

This patch removes sdio_set_default_speed of wilc_wlan_io_func_t which is
not used anymore and also remove struct sdio since it is empty.
Signed-off-by: NGlen Lee <glen.lee@atmel.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 544827f3
......@@ -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_default_speed = linux_sdio_set_default_speed;
#else
nwi->io_func.io_type = HIF_SPI;
nwi->io_func.io_init = linux_spi_init;
......
......@@ -77,9 +77,6 @@ typedef struct {
int (*io_init)(void *);
void (*io_deinit)(void *);
union {
struct {
int (*sdio_set_default_speed)(void);
} sdio;
struct {
int (*spi_max_speed)(void);
int (*spi_tx)(u8 *, u32);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册