提交 6cad576a 编写于 作者: G Glen Lee 提交者: Greg Kroah-Hartman

staging: wilc1000: remove function pointer spi_tx of wilc_wlan_io_function_t

This patch removes function pointer spi_tx of wilc_wlan_io_func_t because
it is not used anymore.
Signed-off-by: NGlen Lee <glen.lee@atmel.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 5334bad0
...@@ -898,7 +898,6 @@ void linux_to_wlan(wilc_wlan_inp_t *nwi, struct wilc *nic) ...@@ -898,7 +898,6 @@ void linux_to_wlan(wilc_wlan_inp_t *nwi, struct wilc *nic)
nwi->io_func.io_type = HIF_SPI; nwi->io_func.io_type = HIF_SPI;
nwi->io_func.io_init = linux_spi_init; nwi->io_func.io_init = linux_spi_init;
nwi->io_func.io_deinit = linux_spi_deinit; nwi->io_func.io_deinit = linux_spi_deinit;
nwi->io_func.u.spi.spi_tx = linux_spi_write;
nwi->io_func.u.spi.spi_rx = linux_spi_read; nwi->io_func.u.spi.spi_rx = linux_spi_read;
nwi->io_func.u.spi.spi_trx = linux_spi_write_read; nwi->io_func.u.spi.spi_trx = linux_spi_write_read;
nwi->io_func.u.spi.spi_max_speed = linux_spi_set_max_speed; nwi->io_func.u.spi.spi_max_speed = linux_spi_set_max_speed;
......
...@@ -79,7 +79,6 @@ typedef struct { ...@@ -79,7 +79,6 @@ typedef struct {
union { union {
struct { struct {
int (*spi_max_speed)(void); int (*spi_max_speed)(void);
int (*spi_tx)(u8 *, u32);
int (*spi_rx)(u8 *, u32); int (*spi_rx)(u8 *, u32);
int (*spi_trx)(u8 *, u8 *, u32); int (*spi_trx)(u8 *, u8 *, u32);
} spi; } spi;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册
新手
引导
客服 返回
顶部