diff options
| author | Julian Elischer <julian@FreeBSD.org> | 2002-01-03 23:33:44 +0000 |
|---|---|---|
| committer | Julian Elischer <julian@FreeBSD.org> | 2002-01-03 23:33:44 +0000 |
| commit | cd3aa54df071b608d268a34ffed55584348973d0 (patch) | |
| tree | f8fb16ce5fcbcd033c9bb0611ffd2168005ba042 /sys | |
| parent | 90c1249eb2797f884cbdffba98961f1ec516a27f (diff) | |
Notes
Diffstat (limited to 'sys')
| -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 42ac10180100..85c79c14036d 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 *); |
