diff options
Diffstat (limited to 'sys/dev/usb/dwc2/dwc2var.h')
-rw-r--r-- | sys/dev/usb/dwc2/dwc2var.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/usb/dwc2/dwc2var.h b/sys/dev/usb/dwc2/dwc2var.h index 261d9651eca..cee00aa4608 100644 --- a/sys/dev/usb/dwc2/dwc2var.h +++ b/sys/dev/usb/dwc2/dwc2var.h @@ -1,4 +1,4 @@ -/* $OpenBSD: dwc2var.h,v 1.14 2015/02/12 11:38:42 uebayasi Exp $ */ +/* $OpenBSD: dwc2var.h,v 1.15 2015/09/03 12:55:54 visa Exp $ */ /* $NetBSD: dwc2var.h,v 1.3 2013/10/22 12:57:40 skrll Exp $ */ /*- @@ -91,8 +91,6 @@ typedef struct dwc2_softc { struct dwc2_hsotg *sc_hsotg; - struct mutex sc_lock; - bool sc_hcdenabled; void *sc_rhc_si; |