aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/wlan-ng/hfa384x_usb.c
diff options
context:
space:
mode:
authorMoritz Muehlenhoff <jmm@debian.org>2009-02-05 23:55:54 +0100
committerGreg Kroah-Hartman <gregkh@suse.de>2009-04-03 14:53:21 -0700
commitea045ba02086c008505ab1a6a7a60856072be65f (patch)
treefdfdb0bcc532838004da71b392cdb58e4c6c35b8 /drivers/staging/wlan-ng/hfa384x_usb.c
parentStaging: wlan-ng: Remove more dead/unused code from hfa384x.h (diff)
downloadlinux-dev-ea045ba02086c008505ab1a6a7a60856072be65f.tar.xz
linux-dev-ea045ba02086c008505ab1a6a7a60856072be65f.zip
Staging: wlan-ng: Remove WLAN_INCLUDE_DEBUG and some related, mostly unused
Signed-off-by: Moritz Muehlenhoff <jmm@debian.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/wlan-ng/hfa384x_usb.c')
-rw-r--r--drivers/staging/wlan-ng/hfa384x_usb.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/staging/wlan-ng/hfa384x_usb.c b/drivers/staging/wlan-ng/hfa384x_usb.c
index 60820da4aebf..036518e3b9ca 100644
--- a/drivers/staging/wlan-ng/hfa384x_usb.c
+++ b/drivers/staging/wlan-ng/hfa384x_usb.c
@@ -112,7 +112,6 @@
/*================================================================*/
/* System Includes */
-#define WLAN_DBVAR prism2_debug
#include <linux/version.h>
@@ -171,13 +170,6 @@ typedef enum cmd_mode CMD_MODE;
#define ROUNDUP64(a) (((a)+63)&~63)
/*================================================================*/
-/* Local Types */
-
-/*================================================================*/
-/* Local Static Definitions */
-extern int prism2_debug;
-
-/*================================================================*/
/* Local Function Declarations */
#ifdef DEBUG_USB