Remove usb_kthread_create*. They are now unused.

This commit is contained in:
Warner Losh 2007-06-12 18:52:29 +00:00
parent 015454acee
commit 5ea892ec7c

View File

@ -73,12 +73,6 @@ MALLOC_DECLARE(M_USBHC);
#define USBGETSOFTC(bdev) (device_get_softc(bdev))
#define usb_kthread_create1(f, s, p, a0, a1) \
kthread_create((f), (s), (p), RFHIGHPID, 0, (a0), (a1))
#define usb_kthread_create2(f, s, p, a0) \
kthread_create((f), (s), (p), RFHIGHPID, 0, (a0))
#define usb_kthread_create kthread_create
#define config_pending_incr()
#define config_pending_decr()