summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/usbdi.c
diff options
context:
space:
mode:
authorn_hibma <n_hibma@FreeBSD.org>1999-03-22 19:58:59 +0000
committern_hibma <n_hibma@FreeBSD.org>1999-03-22 19:58:59 +0000
commit10c53b0d51537e41fb1f5f045618d4502c703319 (patch)
treee9a4c2406696b9cb4fbcf069fa755ca925d5bd2d /sys/dev/usb/usbdi.c
parentf4b0f1726a869e524a0d4babca61a63b27e9b9ab (diff)
downloadFreeBSD-src-10c53b0d51537e41fb1f5f045618d4502c703319.zip
FreeBSD-src-10c53b0d51537e41fb1f5f045618d4502c703319.tar.gz
Cosmetical changes.
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