summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/uhub.c
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2007-06-18 22:32:09 +0000
committerimp <imp@FreeBSD.org>2007-06-18 22:32:09 +0000
commit8a0763227685af848068eb5461da992d7cac086b (patch)
tree910e05927122410abbb40c85fe17e9bca009ceae /sys/dev/usb/uhub.c
parentef02fdca1fc1702666099b99231e111bf2e55146 (diff)
downloadFreeBSD-src-8a0763227685af848068eb5461da992d7cac086b.zip
FreeBSD-src-8a0763227685af848068eb5461da992d7cac086b.tar.gz
Mark the few remaining drivers that haven't been converted as needing
usb_port.h by explicitly including it.
Diffstat (limited to 'sys/dev/usb/uhub.c')
-rw-r--r--sys/dev/usb/uhub.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/usb/uhub.c b/sys/dev/usb/uhub.c
index 8941bd5..f8bdddb 100644
--- a/sys/dev/usb/uhub.c
+++ b/sys/dev/usb/uhub.c
@@ -56,6 +56,7 @@ __FBSDID("$FreeBSD$");
#include <machine/bus.h>
+#include <dev/usb/usb_port.h>
#include <dev/usb/usb.h>
#include <dev/usb/usbdi.h>
#include <dev/usb/usbdi_util.h>
OpenPOWER on IntegriCloud