usb4bsd: Remove some porting gunk
authorMarkus Pfeiffer <markus.pfeiffer@morphism.de>
Thu, 8 Jan 2015 21:51:43 +0000 (21:51 +0000)
committerMarkus Pfeiffer <markus.pfeiffer@morphism.de>
Fri, 9 Jan 2015 11:42:07 +0000 (11:42 +0000)
commitd42a8c30c20b7085e5e9a8ce3dd844ffa9cbc49d
treef85455c4e02ae471f0a84bd874824b0ff55283eb
parent06cb24638139743df16d5a9df84a70d7249fb68c
usb4bsd: Remove some porting gunk

* I wrapped the callout structure in a layer of indirection to
  simulate FreeBSD's callout that acquires a lock before calling
  into the callout function. This functionality is now available
  in DragonFly directly, so use it.
sys/bus/u4b/usb_util.c
sys/bus/u4b/usbdi.h