diff options
Diffstat (limited to 'sys/dev/usb/usb_bus.h')
-rw-r--r-- | sys/dev/usb/usb_bus.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/usb/usb_bus.h b/sys/dev/usb/usb_bus.h index 59287c4..d2fecb9 100644 --- a/sys/dev/usb/usb_bus.h +++ b/sys/dev/usb/usb_bus.h @@ -69,7 +69,6 @@ struct usb2_bus { * This mutex protects the USB hardware: */ struct mtx bus_mtx; - struct usb2_perm perm; struct usb2_xfer_queue intr_q; struct usb2_callout power_wdog; /* power management */ |