staging: wilc1000: remove spi_max_speed of wilc_wlan_io_func_t
[deliverable/linux.git] / drivers / staging / wilc1000 / wilc_wlan_if.h
index be73b02e107fecf36dc376f3ebdc640022883fee..0f15795c95ec9fd6de02100174f4825de625370a 100644 (file)
@@ -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
This page took 0.025695 seconds and 5 git commands to generate.