summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/wilc_wlan_if.h
diff options
context:
space:
mode:
authorGlen Lee <glen.lee@atmel.com>2015-11-06 18:40:10 +0900
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-11-15 20:02:47 -0800
commit6cad576a89a99b41ff8b40a618a756f8ea54cb45 (patch)
treecc35b64e075f49a5467d42f6f5cc39a470b4e63c /drivers/staging/wilc1000/wilc_wlan_if.h
parent5334bad035d8caa6d8c88401293234d450beefe1 (diff)
downloadop-kernel-dev-6cad576a89a99b41ff8b40a618a756f8ea54cb45.zip
op-kernel-dev-6cad576a89a99b41ff8b40a618a756f8ea54cb45.tar.gz
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: Glen Lee <glen.lee@atmel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/wilc1000/wilc_wlan_if.h')
-rw-r--r--drivers/staging/wilc1000/wilc_wlan_if.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/wilc1000/wilc_wlan_if.h b/drivers/staging/wilc1000/wilc_wlan_if.h
index 4568457..4c05a46a 100644
--- a/drivers/staging/wilc1000/wilc_wlan_if.h
+++ b/drivers/staging/wilc1000/wilc_wlan_if.h
@@ -79,7 +79,6 @@ typedef struct {
union {
struct {
int (*spi_max_speed)(void);
- int (*spi_tx)(u8 *, u32);
int (*spi_rx)(u8 *, u32);
int (*spi_trx)(u8 *, u8 *, u32);
} spi;
OpenPOWER on IntegriCloud