summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/usbdi.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/usb/usbdi.c')
-rw-r--r--sys/dev/usb/usbdi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/usbdi.c b/sys/dev/usb/usbdi.c
index e051c8b..0e63635 100644
--- a/sys/dev/usb/usbdi.c
+++ b/sys/dev/usb/usbdi.c
@@ -672,7 +672,6 @@ usbd_get_bus_handle(index, bus)
{
return (usb_get_bus_handle(index, bus));
}
-#endif
usbd_status
usbd_get_root_hub(bus, dev)
@@ -706,6 +705,7 @@ usbd_hub2device_handle(dev, port, devp)
*devp = dev->hub->ports[port].device;
return (USBD_NORMAL_COMPLETION);
}
+#endif
usbd_status
usbd_request2pipe_handle(reqh, pipe)
OpenPOWER on IntegriCloud