Remove usb_kthread_create*. They are now unused.
This commit is contained in:
parent
015454acee
commit
5ea892ec7c
@ -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()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user