diff options
author | Pekka Enberg <penberg@cs.helsinki.fi> | 2008-10-30 19:04:56 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2009-01-06 13:51:52 -0800 |
commit | a3f245a2df2e9eeb5fcf78c8e12ac6363e847a13 (patch) | |
tree | c83dde71a9c812aafb499ca85051208574d4d342 /drivers/staging/winbond/sysdef.h | |
parent | 82321c2b56d4df95c9a41d6b032aeb769c8f210e (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/sysdef.h')
-rw-r--r-- | drivers/staging/winbond/sysdef.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/staging/winbond/sysdef.h b/drivers/staging/winbond/sysdef.h index 60e4c04f725..251b9c553b6 100644 --- a/drivers/staging/winbond/sysdef.h +++ b/drivers/staging/winbond/sysdef.h @@ -37,7 +37,4 @@ #define _PE_USB_INI_DUMP_ #endif -// Kernel Timer resolution, NDIS is 10ms, 10000us -#define MIN_TIMEOUT_VAL (10) //ms - #endif |