usb_deregister_bus

Name

usb_deregister_bus --  deregisters the USB host controller

Synopsis

void usb_deregister_bus (struct usb_bus * bus);

Arguments

bus

pointer to the bus to deregister

Context

!in_interrupt

Description

Recycles the bus number, and unlinks the controller from usbcore data structures so that it won't be seen by scanning the bus list.