From d447ab3427ba17ea50adef6e08a388fdf33962ee Mon Sep 17 00:00:00 2001 From: Nick Hibma Date: Sat, 28 Aug 1999 11:52:12 +0000 Subject: [PATCH] Thou shall do a make before commit. [grmbl] Fix duplicate elements in struct in previous commit. --- sys/dev/usb/ohcivar.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/sys/dev/usb/ohcivar.h b/sys/dev/usb/ohcivar.h index 5f81000c122..cd0e56189ba 100644 --- a/sys/dev/usb/ohcivar.h +++ b/sys/dev/usb/ohcivar.h @@ -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];