Staging: w35und: remove unused wb35_open() and wb35_close() functions
The functions are not used anywhere so remove them. Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi> Acked-by: Pavel Machek <pavel@suse.cz> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
302bae8548
commit
4fc838fe40
|
@ -11,8 +11,6 @@
|
|||
//
|
||||
//+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
|
||||
int wb35_open(struct net_device *netdev);
|
||||
int wb35_close(struct net_device *netdev);
|
||||
unsigned char WbUsb_initial(phw_data_t pHwData);
|
||||
void WbUsb_destroy(phw_data_t pHwData);
|
||||
unsigned char WbWLanInitialize(PADAPTER Adapter);
|
||||
|
|
Loading…
Reference in New Issue