diff options
author | Jacob Meuser <jakemsr@cvs.openbsd.org> | 2010-12-14 16:13:17 +0000 |
---|---|---|
committer | Jacob Meuser <jakemsr@cvs.openbsd.org> | 2010-12-14 16:13:17 +0000 |
commit | a54ff759e6e965ee561cb1b0d2114e54720fbd15 (patch) | |
tree | cf90afffd2607a38e35eb36567fb19e263c8d76d /sys/dev/usb/ehcivar.h | |
parent | cf4bd825e349f7de65cd8a7b7c7ea3e5ffe72531 (diff) |
use the dying flag in struct usbd_bus instead of a private dying flag
in *hci_softc
ok miod@, krw@
Diffstat (limited to 'sys/dev/usb/ehcivar.h')
-rw-r--r-- | sys/dev/usb/ehcivar.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/usb/ehcivar.h b/sys/dev/usb/ehcivar.h index e93bf1cc18a..c1514bed0a0 100644 --- a/sys/dev/usb/ehcivar.h +++ b/sys/dev/usb/ehcivar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ehcivar.h,v 1.20 2010/09/29 20:06:38 kettenis Exp $ */ +/* $OpenBSD: ehcivar.h,v 1.21 2010/12/14 16:13:16 jakemsr Exp $ */ /* $NetBSD: ehcivar.h,v 1.19 2005/04/29 15:04:29 augustss Exp $ */ /* @@ -164,8 +164,6 @@ typedef struct ehci_softc { struct timeout sc_tmo_intrlist; struct device *sc_child; /* /dev/usb# device */ - - char sc_dying; } ehci_softc_t; #define EREAD1(sc, a) bus_space_read_1((sc)->iot, (sc)->ioh, (a)) |