diff options
author | Ajay Singh <ajay.kathat@microchip.com> | 2018-05-02 10:13:42 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-05-03 23:56:35 +0300 |
commit | 2d7b52319374af6b7c7e48d6195427a196a2e530 (patch) | |
tree | c63f3d3dcf72817bb35eeab84aea6610332c952b /drivers | |
parent | 1c1dfdfee2644de0d931c986b236293959ee7299 (diff) | |
download | linux-2d7b52319374af6b7c7e48d6195427a196a2e530.tar.xz |
staging: wilc1000: remove unnecessary static function defination in wilc_spi
Cleanup patch to remove the unnecessary code.
Signed-off-by: Ajay Singh <ajay.kathat@microchip.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/staging/wilc1000/wilc_spi.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/staging/wilc1000/wilc_spi.c b/drivers/staging/wilc1000/wilc_spi.c index c17f5d206e06..1f2dde1e862c 100644 --- a/drivers/staging/wilc1000/wilc_spi.c +++ b/drivers/staging/wilc1000/wilc_spi.c @@ -31,9 +31,6 @@ struct wilc_spi { static struct wilc_spi g_spi; static const struct wilc_hif_func wilc_hif_spi; -static int wilc_spi_read(struct wilc *wilc, u32, u8 *, u32); -static int wilc_spi_write(struct wilc *wilc, u32, u8 *, u32); - /******************************************** * * Crc7 |