Remove unit from struct. Not used anymore.
This commit is contained in:
parent
b4718cedf6
commit
2115c3404f
@ -73,7 +73,6 @@ typedef struct ohci_softc {
|
||||
|
||||
#elif defined(__FreeBSD__)
|
||||
int sc_iobase;
|
||||
int unit;
|
||||
#endif /* __FreeBSD__ */
|
||||
|
||||
usb_dma_t sc_hccadma;
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user