diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2002-05-09 21:08:34 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2002-05-09 21:08:34 +0000 |
| commit | 7cca309311242dbca60a8710ad67d2567311890a (patch) | |
| tree | 244d368014027eb53a475eeafdce21278f1f53e4 /sys/dev/usb/usb.c | |
| parent | d5453940b51c06e58552c67c13613d247ff1ad23 (diff) | |
Notes
Diffstat (limited to 'sys/dev/usb/usb.c')
| -rw-r--r-- | sys/dev/usb/usb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/usb.c b/sys/dev/usb/usb.c index 0874ff5ae3c3..6320801feafc 100644 --- a/sys/dev/usb/usb.c +++ b/sys/dev/usb/usb.c @@ -254,7 +254,7 @@ USB_ATTACH(usb) USB_ATTACH_ERROR_RETURN; } #else - callout_init(&sc->sc_bus->softi); + usb_callout_init(sc->sc_bus->softi); #endif #endif |
