BUS_UNREGISTER(9) Device drivers infrastructure BUS_UNREGISTER(9)
NAME bus_unregister - remove a bus from the system
SYNOPSIS void bus_unregister(struct bus_type * bus);
ARGUMENTS bus bus.
DESCRIPTION Unregister the child subsystems and the bus itself. Finally, we call bus_put to release the refcount
COPYRIGHT Kernel Hackers Manual 2.6. September 2014 BUS_UNREGISTER(9)