diff options
-rw-r--r-- | sys/dev/usb/ohcivar.h | 1 | ||||
-rw-r--r-- | sys/dev/usb/uhcivar.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/usb/ohcivar.h b/sys/dev/usb/ohcivar.h index d79aa23..37abf2f 100644 --- a/sys/dev/usb/ohcivar.h +++ b/sys/dev/usb/ohcivar.h @@ -73,7 +73,6 @@ typedef struct ohci_softc { #elif defined(__FreeBSD__) int sc_iobase; - int unit; #endif /* __FreeBSD__ */ usb_dma_t sc_hccadma; diff --git a/sys/dev/usb/uhcivar.h b/sys/dev/usb/uhcivar.h index a2f8eae..723b449 100644 --- a/sys/dev/usb/uhcivar.h +++ b/sys/dev/usb/uhcivar.h @@ -126,7 +126,6 @@ typedef struct uhci_softc { /* XXX should keep track of all DMA memory */ #elif defined(__FreeBSD__) int sc_iobase; - int unit; #endif /* defined(__FreeBSD__) */ uhci_physaddr_t *sc_pframes; |