diff options
author | julian <julian@FreeBSD.org> | 2002-01-03 23:33:44 +0000 |
---|---|---|
committer | julian <julian@FreeBSD.org> | 2002-01-03 23:33:44 +0000 |
commit | 7a456d7a1ed0b98f479d0af467859f8a12a4a3bc (patch) | |
tree | f8fb16ce5fcbcd033c9bb0611ffd2168005ba042 /sys/dev/usb | |
parent | dd90061d9554d7c84a4a6225eac218f7aa373c26 (diff) | |
download | FreeBSD-src-7a456d7a1ed0b98f479d0af467859f8a12a4a3bc.zip FreeBSD-src-7a456d7a1ed0b98f479d0af467859f8a12a4a3bc.tar.gz |
unbreak -current (at least on my cvsups all today)
Diffstat (limited to 'sys/dev/usb')
-rw-r--r-- | sys/dev/usb/uhci.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/usb/uhci.c b/sys/dev/usb/uhci.c index 42ac101..85c79c1 100644 --- a/sys/dev/usb/uhci.c +++ b/sys/dev/usb/uhci.c @@ -159,8 +159,6 @@ LIST_HEAD(, uhci_intr_info) uhci_ii_free; Static void uhci_busreset(uhci_softc_t *); Static void uhci_reset(uhci_softc_t *); -Static void uhci_shutdown(void *v); -Static void uhci_power(int, void *); Static usbd_status uhci_run(uhci_softc_t *, int run); Static uhci_soft_td_t *uhci_alloc_std(uhci_softc_t *); Static void uhci_free_std(uhci_softc_t *, uhci_soft_td_t *); |