diff options
author | Pavel Roskin <proski@gnu.org> | 2006-04-07 04:10:28 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2006-04-24 16:15:49 -0400 |
commit | 65b1fe7df71e7ad09e9203b6c3875781c30557e0 (patch) | |
tree | cfec3c86e899d6148a75b7f21782374e3b9c044f /drivers/net/wireless/orinoco.h | |
parent | 7eeae2ffadf170f954205733f511ca40df91f0b7 (diff) |
[PATCH] orinoco: remove tracing code, it's unused
Signed-off-by: Pavel Roskin <proski@gnu.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/orinoco.h')
-rw-r--r-- | drivers/net/wireless/orinoco.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/net/wireless/orinoco.h b/drivers/net/wireless/orinoco.h index f5d856db92a1..c6922a705e3b 100644 --- a/drivers/net/wireless/orinoco.h +++ b/drivers/net/wireless/orinoco.h | |||
@@ -132,9 +132,6 @@ extern int orinoco_debug; | |||
132 | #define DEBUG(n, args...) do { } while (0) | 132 | #define DEBUG(n, args...) do { } while (0) |
133 | #endif /* ORINOCO_DEBUG */ | 133 | #endif /* ORINOCO_DEBUG */ |
134 | 134 | ||
135 | #define TRACE_ENTER(devname) DEBUG(2, "%s: -> %s()\n", devname, __FUNCTION__); | ||
136 | #define TRACE_EXIT(devname) DEBUG(2, "%s: <- %s()\n", devname, __FUNCTION__); | ||
137 | |||
138 | /********************************************************************/ | 135 | /********************************************************************/ |
139 | /* Exported prototypes */ | 136 | /* Exported prototypes */ |
140 | /********************************************************************/ | 137 | /********************************************************************/ |