projects
/
dragonfly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
abc23f0
)
ehci - add missing dependency on usb driver
author
YONETANI Tomokazu <y0netan1@dragonflybsd.org>
Mon, 25 Oct 2010 01:51:35 +0000 (10:51 +0900)
committer
Matthew Dillon <dillon@apollo.backplane.com>
Mon, 25 Oct 2010 02:36:43 +0000 (19:36 -0700)
sys/bus/usb/ehci.c
patch
|
blob
|
blame
|
history
diff --git
a/sys/bus/usb/ehci.c
b/sys/bus/usb/ehci.c
index
a0185d3
..
ec25199
100644
(file)
--- a/
sys/bus/usb/ehci.c
+++ b/
sys/bus/usb/ehci.c
@@
-3166,3
+3166,5
@@
static void
ehci_device_isoc_done(usbd_xfer_handle xfer)
{
}
+
+MODULE_DEPEND(ehci, usb, 1, 1, 1);