summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/usb_debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/usb/usb_debug.h')
-rw-r--r--sys/dev/usb/usb_debug.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/dev/usb/usb_debug.h b/sys/dev/usb/usb_debug.h
index 92dcbd5..3d1f872 100644
--- a/sys/dev/usb/usb_debug.h
+++ b/sys/dev/usb/usb_debug.h
@@ -35,11 +35,6 @@ SYSCTL_DECL(_hw_usb2);
/* Declare global USB debug variable. */
extern int usb2_debug;
-/* Force debugging until further */
-#ifndef USB_DEBUG
-#define USB_DEBUG 1
-#endif
-
/* Check if USB debugging is enabled. */
#ifdef USB_DEBUG_VAR
#if (USB_DEBUG != 0)
OpenPOWER on IntegriCloud