summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wlags49_h2/wl_enc.c
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-01-09 09:55:31 -0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-01-09 09:55:31 -0800
commit76f9a4280d71256272b8c3946a5e45a9e1d8f23b (patch)
tree74c3af03fcaa60bf06533c481a4a179d88fedf4e /drivers/staging/wlags49_h2/wl_enc.c
parent3e1eb789601be29a96a076c381682f04cc5a2b5b (diff)
downloadop-kernel-dev-76f9a4280d71256272b8c3946a5e45a9e1d8f23b.zip
op-kernel-dev-76f9a4280d71256272b8c3946a5e45a9e1d8f23b.tar.gz
staging: wlags49_h2: debug.h: remove typedef for debug structure
Also move the variable definition into the .h file, so it doesn't have to be declared in each .c file individually, which is crazy. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/wlags49_h2/wl_enc.c')
-rw-r--r--drivers/staging/wlags49_h2/wl_enc.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/drivers/staging/wlags49_h2/wl_enc.c b/drivers/staging/wlags49_h2/wl_enc.c
index 51293d9..389c23b 100644
--- a/drivers/staging/wlags49_h2/wl_enc.c
+++ b/drivers/staging/wlags49_h2/wl_enc.c
@@ -70,21 +70,6 @@
#include <wl_enc.h>
-
-
-
-/*******************************************************************************
- * global definitions
- ******************************************************************************/
-#if DBG
-
-extern dbg_info_t *DbgInfo;
-
-#endif /* DBG */
-
-
-
-
/*******************************************************************************
* wl_wep_code()
*******************************************************************************
OpenPOWER on IntegriCloud