aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2005-01-20 05:03:28 +0000
committerWarner Losh <imp@FreeBSD.org>2005-01-20 05:03:28 +0000
commitbec6d0ea5a8d928610cc8308ff1bb023ca04bb42 (patch)
treeddf3a3d4a877ef626cfc46d4d35262d07251505b /sys/dev
parente01b596372da198e36277e2c7dfb0df0c75e6d1e (diff)
Notes
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/usb/usb_port.h2
-rw-r--r--sys/dev/usb/usb_subr.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/usb_port.h b/sys/dev/usb/usb_port.h
index 270a2ad1262d..dc2c64888f0c 100644
--- a/sys/dev/usb/usb_port.h
+++ b/sys/dev/usb/usb_port.h
@@ -344,8 +344,6 @@ MALLOC_DECLARE(M_USBHC);
#endif
-#define USBVERBOSE
-
/* We don't use the soft interrupt code in FreeBSD. */
#if 0
#define USB_USE_SOFTINTR
diff --git a/sys/dev/usb/usb_subr.c b/sys/dev/usb/usb_subr.c
index e6fa74ac1dd4..26c10545e92e 100644
--- a/sys/dev/usb/usb_subr.c
+++ b/sys/dev/usb/usb_subr.c
@@ -49,6 +49,8 @@ __FBSDID("$FreeBSD$");
* POSSIBILITY OF SUCH DAMAGE.
*/
+#include "opt_usb.h"
+
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>