diff options
Diffstat (limited to 'sys/dev/usb/sl811hsvar.h')
-rw-r--r-- | sys/dev/usb/sl811hsvar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/sl811hsvar.h b/sys/dev/usb/sl811hsvar.h index d7e143c..e7eef0b 100644 --- a/sys/dev/usb/sl811hsvar.h +++ b/sys/dev/usb/sl811hsvar.h @@ -84,7 +84,7 @@ struct slhci_softc { u_int8_t sc_addr; /* device address of root hub */ u_int8_t sc_conf; - SIMPLEQ_HEAD(, usbd_xfer) sc_free_xfers; + STAILQ_HEAD(, usbd_xfer) sc_free_xfers; /* Information for the root hub interrupt pipe */ int sc_interval; |