Remove unit from struct. Not used anymore.

This commit is contained in:
Nick Hibma 1999-04-11 16:22:57 +00:00
parent b4718cedf6
commit 2115c3404f
2 changed files with 0 additions and 2 deletions

View File

@ -73,7 +73,6 @@ typedef struct ohci_softc {
#elif defined(__FreeBSD__)
int sc_iobase;
int unit;
#endif /* __FreeBSD__ */
usb_dma_t sc_hccadma;

View File

@ -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;