diff options
author | n_hibma <n_hibma@FreeBSD.org> | 1999-08-28 11:52:12 +0000 |
---|---|---|
committer | n_hibma <n_hibma@FreeBSD.org> | 1999-08-28 11:52:12 +0000 |
commit | acd1b54be01ce4c54f8ebe364c00664f321396d9 (patch) | |
tree | 96fc807cc864294113b52b3dd2f4eec8018e7252 /sys/dev/usb | |
parent | 6ae2479e390d50ef4dd2f8b40fa9efde6b4dec9d (diff) | |
download | FreeBSD-src-acd1b54be01ce4c54f8ebe364c00664f321396d9.zip FreeBSD-src-acd1b54be01ce4c54f8ebe364c00664f321396d9.tar.gz |
Thou shall do a make before commit.
[grmbl]
Fix duplicate elements in struct in previous commit.
Diffstat (limited to 'sys/dev/usb')
-rw-r--r-- | sys/dev/usb/ohcivar.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/dev/usb/ohcivar.h b/sys/dev/usb/ohcivar.h index 5f81000..cd0e561 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]; |