staging: wilc1000: remove spi_max_speed of wilc_wlan_io_func_t
This patch removes spi_max_speed of wilc_wlan_io_func_t which is not used anymore and removes union u and struct spi, which does not have members in it. Signed-off-by: Glen Lee <glen.lee@atmel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
fae26065d2
commit
d8dd29dd3f
2 changed files with 0 additions and 6 deletions
|
|
@ -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_init = linux_spi_init;
|
||||
nwi->io_func.io_deinit = linux_spi_deinit;
|
||||
nwi->io_func.u.spi.spi_max_speed = linux_spi_set_max_speed;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -76,11 +76,6 @@ typedef struct {
|
|||
int io_type;
|
||||
int (*io_init)(void *);
|
||||
void (*io_deinit)(void *);
|
||||
union {
|
||||
struct {
|
||||
int (*spi_max_speed)(void);
|
||||
} spi;
|
||||
} u;
|
||||
} wilc_wlan_io_func_t;
|
||||
|
||||
#define WILC_MAC_INDICATE_STATUS 0x1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue