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>
This commit is contained in:
parent
1c1dfdfee2
commit
2d7b523193
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue