diff options
-rw-r--r-- | sys/dev/usb/usb_port.h | 2 | ||||
-rw-r--r-- | sys/dev/usb/usb_subr.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/usb_port.h b/sys/dev/usb/usb_port.h index 270a2ad..dc2c648 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 e6fa74a..26c1054 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> |