bus_unregister(9) 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