diff options
author | n_hibma <n_hibma@FreeBSD.org> | 1999-04-11 16:22:57 +0000 |
---|---|---|
committer | n_hibma <n_hibma@FreeBSD.org> | 1999-04-11 16:22:57 +0000 |
commit | d5c45d0bd837df17c3365310b1406974eca3c2a8 (patch) | |
tree | 320679033a0240268b44d00ddeafe0b236dd53fc /sys/dev/usb/uhcivar.h | |
parent | 9511f667913f4aca79c6f9480b062a7582af2d68 (diff) | |
download | FreeBSD-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.h | 1 |
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; |