summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPekka Enberg <penberg@cs.helsinki.fi>2008-10-22 20:06:13 +0400
committerGreg Kroah-Hartman <gregkh@suse.de>2009-01-07 00:51:39 +0300
commit4fc838fe40032240467a1745f8d9a7509d1fc766 (patch)
tree6e7ea301b1aad041b9e8aa9f11606a77fda39458
parent302bae8548bde90bd2e5b4f2171974c1ce7ed30f (diff)
downloadlinux-4fc838fe40032240467a1745f8d9a7509d1fc766.tar.xz
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>
-rw-r--r--drivers/staging/winbond/linux/wbusb_f.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/winbond/linux/wbusb_f.h b/drivers/staging/winbond/linux/wbusb_f.h
index 9a69008e830c..d08fbc241bb4 100644
--- a/drivers/staging/winbond/linux/wbusb_f.h
+++ b/drivers/staging/winbond/linux/wbusb_f.h
@@ -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);