Remove last usb_port.h defines usages from the tree - selwakeuppri(),
commit193d55ed4cc0ad652355b26207153605b7cc9f44
authorHasso Tepper <hasso@dragonflybsd.org>
Tue, 3 Jul 2007 19:28:16 +0000 (3 19:28 +0000)
committerHasso Tepper <hasso@dragonflybsd.org>
Tue, 3 Jul 2007 19:28:16 +0000 (3 19:28 +0000)
tree0dd32966f54496e75b049029ef8f858ceb64c5fd
parentc2a2291c17c9ac78e4f2e9dae751670fcaaa7c20
Remove last usb_port.h defines usages from the tree - selwakeuppri(),
config_pending_*(), config_detach(), clalloc(), clfree(), usb_malloc_type
and usb_proc_ptr.

Move some defines to bus/usb/usb.h and remove bus/usb/usb_port.h include
from there. Drivers that want to use portability macros have to include
<bus/usb/usb_port.h> directly.
15 files changed:
sys/bus/usb/usb.c
sys/bus/usb/usb.h
sys/bus/usb/usb_port.h
sys/bus/usb/usb_subr.c
sys/bus/usb/usbdi_util.c
sys/bus/usb/usbdi_util.h
sys/bus/usb/usbdivar.h
sys/dev/usbmisc/ucom/ucom.c
sys/dev/usbmisc/ucom/ucomvar.h
sys/dev/usbmisc/ugen/ugen.c
sys/dev/usbmisc/uhid/uhid.c
sys/dev/usbmisc/umodem/umodem.c
sys/dev/usbmisc/ums/ums.c
sys/dev/usbmisc/uplcom/uplcom.c
sys/dev/usbmisc/uvscom/uvscom.c