aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/winbond/Makefile
diff options
context:
space:
mode:
authorPekka Enberg <penberg@cs.helsinki.fi>2008-10-30 19:04:56 +0200
committerGreg Kroah-Hartman <gregkh@suse.de>2009-01-06 13:51:52 -0800
commita3f245a2df2e9eeb5fcf78c8e12ac6363e847a13 (patch)
treec83dde71a9c812aafb499ca85051208574d4d342 /drivers/staging/winbond/Makefile
parent82321c2b56d4df95c9a41d6b032aeb769c8f210e (diff)
Staging: w35und: remove rxisr.c as dead code
The vRxTimerStart() function is never called nor does the timer do anything useful so remove the 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/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/winbond/Makefile b/drivers/staging/winbond/Makefile
index d337571a972..b49c9730edd 100644
--- a/drivers/staging/winbond/Makefile
+++ b/drivers/staging/winbond/Makefile
@@ -4,7 +4,6 @@ w35und-objs := \
mto.o \
phy_calibration.o \
reg.o \
- rxisr.o \
wb35reg.o \
wb35rx.o \
wb35tx.o \