diff options
Diffstat (limited to 'sys/dev/usb/usbdivar.h')
-rw-r--r-- | sys/dev/usb/usbdivar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/usbdivar.h b/sys/dev/usb/usbdivar.h index 8e61d85..96354d1 100644 --- a/sys/dev/usb/usbdivar.h +++ b/sys/dev/usb/usbdivar.h @@ -170,7 +170,7 @@ struct usbd_request { void *hcpriv; /* XXX private use by the HC driver */ #if defined(__FreeBSD__) - struct callout_handle timo_handle; + struct callout_handle timeout_handle; #endif }; |