Commit 2d7b5231 authored by Ajay Singh's avatar Ajay Singh Committed by Greg Kroah-Hartman

staging: wilc1000: remove unnecessary static function defination in wilc_spi

Cleanup patch to remove the unnecessary code.
Signed-off-by: default avatarAjay Singh <ajay.kathat@microchip.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 1c1dfdfe
...@@ -31,9 +31,6 @@ struct wilc_spi { ...@@ -31,9 +31,6 @@ struct wilc_spi {
static struct wilc_spi g_spi; static struct wilc_spi g_spi;
static const struct wilc_hif_func wilc_hif_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 * Crc7
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment