aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/ehcivar.h
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2006-09-07 00:06:42 +0000
committerWarner Losh <imp@FreeBSD.org>2006-09-07 00:06:42 +0000
commit2deae8fa2fc71cfc20b904b038f4cfd71e9fd75d (patch)
tree6be1b34cd1d3af5d631e1a8c39ca0dd5d0165f89 /sys/dev/usb/ehcivar.h
parent730503190d4ae7364ebe4ff5104503d5895eb8d4 (diff)
downloadsrc-2deae8fa2fc71cfc20b904b038f4cfd71e9fd75d.tar.gz
src-2deae8fa2fc71cfc20b904b038f4cfd71e9fd75d.zip
More removing compatibility macros.
md5 still the same. "Dave, stop. I feel my mind slipping away." -- hal
Notes
Notes: svn path=/head/; revision=162097
Diffstat (limited to 'sys/dev/usb/ehcivar.h')
-rw-r--r--sys/dev/usb/ehcivar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/ehcivar.h b/sys/dev/usb/ehcivar.h
index 34154e45ff5c..d93b8a84561f 100644
--- a/sys/dev/usb/ehcivar.h
+++ b/sys/dev/usb/ehcivar.h
@@ -150,7 +150,7 @@ typedef struct ehci_softc {
u_int32_t sc_eintrs;
ehci_soft_qh_t *sc_async_head;
- SIMPLEQ_HEAD(, usbd_xfer) sc_free_xfers; /* free xfers */
+ STAILQ_HEAD(, usbd_xfer) sc_free_xfers; /* free xfers */
struct lock sc_doorbell_lock;