summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/uhcivar.h
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/dev/usb/uhcivar.h
parent9511f667913f4aca79c6f9480b062a7582af2d68 (diff)
downloadFreeBSD-src-d5c45d0bd837df17c3365310b1406974eca3c2a8.zip
FreeBSD-src-d5c45d0bd837df17c3365310b1406974eca3c2a8.tar.gz
Remove unit from struct. Not used anymore.
Diffstat (limited to 'sys/dev/usb/uhcivar.h')
-rw-r--r--sys/dev/usb/uhcivar.h1
1 files changed, 0 insertions, 1 deletions
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