aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/wlags49_h2/wl_netdev.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_netdev.c
parentstaging: wlags49_h2: debug.h: fix up some coding style issues. (diff)
downloadlinux-dev-76f9a4280d71256272b8c3946a5e45a9e1d8f23b.tar.xz
linux-dev-76f9a4280d71256272b8c3946a5e45a9e1d8f23b.zip
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_netdev.c')
-rw-r--r--drivers/staging/wlags49_h2/wl_netdev.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/staging/wlags49_h2/wl_netdev.c b/drivers/staging/wlags49_h2/wl_netdev.c
index 83e289ce2bd6..965b1c0a4753 100644
--- a/drivers/staging/wlags49_h2/wl_netdev.c
+++ b/drivers/staging/wlags49_h2/wl_netdev.c
@@ -115,14 +115,6 @@
#endif /* BUS_PCI */
-/*******************************************************************************
- * global variables
- ******************************************************************************/
-#if DBG
-extern dbg_info_t *DbgInfo;
-#endif /* DBG */
-
-
#if HCF_ENCAP
#define MTU_MAX (HCF_MAX_MSG - ETH_HLEN - 8)
#else