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:12 +0900
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-11-15 20:02:47 -0800
commitb4b87a0b1278c872b0873ce285b25e60ca5bbe42 (patch)
tree54bb2b63b42b449b80bc2d0e0fec194ed4e949be /drivers/staging/wilc1000/wilc_wlan_if.h
parentd3d02320b4ea420e1c833a64a8fe3195eedb6fd3 (diff)
downloadop-kernel-dev-b4b87a0b1278c872b0873ce285b25e60ca5bbe42.zip
op-kernel-dev-b4b87a0b1278c872b0873ce285b25e60ca5bbe42.tar.gz
staging: wilc1000: remove function pointer spi_rx of wilc_wlan_io_func_t
This patch removes spi_rx of wilc_wlan_io_func_t and it's related codes since 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 4c05a46a..b820a11 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_rx)(u8 *, u32);
int (*spi_trx)(u8 *, u8 *, u32);
} spi;
} u;
OpenPOWER on IntegriCloud