diff --git a/sys/dev/usb/usb_port.h b/sys/dev/usb/usb_port.h index 270a2ad1262..dc2c64888f0 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 e6fa74ac1dd..26c10545e92 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 #include #include