staging: wilc1000: remove spi_max_speed of wilc_wlan_io_func_t
[deliverable/linux.git] / drivers / staging / wilc1000 / wilc_wlan_if.h
index cd83098314dc94f2e28ad9f3b51b8cae0f6ef3ba..0f15795c95ec9fd6de02100174f4825de625370a 100644 (file)
@@ -76,19 +76,6 @@ typedef struct {
        int io_type;
        int (*io_init)(void *);
        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;
-               struct {
-                       int (*spi_max_speed)(void);
-                       int (*spi_tx)(u8 *, u32);
-                       int (*spi_rx)(u8 *, u32);
-                       int (*spi_trx)(u8 *, u8 *, u32);
-               } spi;
-       } u;
 } wilc_wlan_io_func_t;
 
 #define WILC_MAC_INDICATE_STATUS       0x1
This page took 0.024296 seconds and 5 git commands to generate.