From 30528a5dca8dd581f84b90ce3eda7c9534fe8273 Mon Sep 17 00:00:00 2001 From: David Gwynne Date: Sun, 31 Oct 2004 09:26:58 +0000 Subject: from netbsd: ehci.c revision 1.69 hcpriv is not actually used here. Remove references to it. --- sys/dev/usb/ehci.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'sys') 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; } /************************/ -- cgit v1.2.3