diff --git a/sys/dev/usb/ohci.c b/sys/dev/usb/ohci.c index 4ebc83194e22..cab9cd09f3a3 100644 --- a/sys/dev/usb/ohci.c +++ b/sys/dev/usb/ohci.c @@ -1203,7 +1203,9 @@ void ohci_timeout(addr) void *addr; { +#ifdef OHCI_DEBUG usbd_request_handle *reqh = addr; +#endif DPRINTF(("ohci_timeout: reqh=%p\n", reqh)); #if 0