diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2004-10-31 09:26:58 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2004-10-31 09:26:58 +0000 |
commit | 30528a5dca8dd581f84b90ce3eda7c9534fe8273 (patch) | |
tree | ba6c48e8beef41a1ae2af9720adbf8b9c1df097a /sys | |
parent | f306f413b45c2e4457f8b5400f4ee12eb51cf714 (diff) |
from netbsd: ehci.c revision 1.69
hcpriv is not actually used here. Remove references to it.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/usb/ehci.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/usb/ehci.c b/sys/dev/usb/ehci.c index e0a4e36470f..3b3f27f01e0 100644 --- a/sys/dev/usb/ehci.c +++ b/sys/dev/usb/ehci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ehci.c,v 1.28 2004/10/31 09:16:22 dlg Exp $ */ +/* $OpenBSD: ehci.c,v 1.29 2004/10/31 09:26:57 dlg Exp $ */ /* $NetBSD: ehci.c,v 1.66 2004/06/30 03:11:56 mycroft Exp $ */ /* @@ -2057,7 +2057,6 @@ ehci_root_ctrl_close(usbd_pipe_handle pipe) void ehci_root_intr_done(usbd_xfer_handle xfer) { - xfer->hcpriv = NULL; } Static usbd_status @@ -2118,7 +2117,6 @@ ehci_root_intr_close(usbd_pipe_handle pipe) void ehci_root_ctrl_done(usbd_xfer_handle xfer) { - xfer->hcpriv = NULL; } /************************/ |