Thou shall do a make before commit.

[grmbl]
Fix duplicate elements in struct in previous commit.
This commit is contained in:
Nick Hibma 1999-08-28 11:52:12 +00:00
parent a462f21277
commit d447ab3427
1 changed files with 0 additions and 3 deletions

View File

@ -72,9 +72,6 @@ typedef struct ohci_softc {
/* XXX should keep track of all DMA memory */
#endif /* __FreeBSD__ */
bus_space_tag_t iot;
bus_space_handle_t ioh;
usb_dma_t sc_hccadma;
struct ohci_hcca *sc_hcca;
ohci_soft_ed_t *sc_eds[OHCI_NO_EDS];