diff options
author | Pekka Enberg <penberg@cs.helsinki.fi> | 2008-10-30 13:04:58 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2009-01-06 13:51:47 -0800 |
commit | 8421513d9ab4e510136d0b3042bd838d08129012 (patch) | |
tree | 20e1bdbf67b07197a7d50be2e11b63844fde6b9e /drivers/staging/winbond/Makefile | |
parent | 80aba53616a5f2f97adf386a2a3ccd5fb0dbfdd6 (diff) |
Staging: w35und: remove some dead code
This patch removes the WBLinux_ReceivePacket(), WBLINUX_GetNextPacket(),
WBLINUX_GetNextPacketCompleted, and sme_get_rssi() functions, which execute
BUG() unconditionally, and related dead code.
Acked-by: Pavel Machek <pavel@suse.cz>
Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/winbond/Makefile')
-rw-r--r-- | drivers/staging/winbond/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/winbond/Makefile b/drivers/staging/winbond/Makefile index 29c98bf1bc9..ed3180c25d4 100644 --- a/drivers/staging/winbond/Makefile +++ b/drivers/staging/winbond/Makefile @@ -7,7 +7,6 @@ w35und-objs := $(DRIVER_DIR)/wbusb.o $(DRIVER_DIR)/wb35reg.o $(DRIVER_DIR)/wb35r phy_calibration.o \ reg.o \ rxisr.o \ - sme_api.o \ wbhal.o \ wblinux.o \ |