summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorn_hibma <n_hibma@FreeBSD.org>1999-04-11 16:22:57 +0000
committern_hibma <n_hibma@FreeBSD.org>1999-04-11 16:22:57 +0000
commitd5c45d0bd837df17c3365310b1406974eca3c2a8 (patch)
tree320679033a0240268b44d00ddeafe0b236dd53fc /sys
parent9511f667913f4aca79c6f9480b062a7582af2d68 (diff)
downloadFreeBSD-src-d5c45d0bd837df17c3365310b1406974eca3c2a8.zip
FreeBSD-src-d5c45d0bd837df17c3365310b1406974eca3c2a8.tar.gz
Remove unit from struct. Not used anymore.
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/usb/ohcivar.h1
-rw-r--r--sys/dev/usb/uhcivar.h1
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;
OpenPOWER on IntegriCloud