1. NAME

bus_unregister - remove a bus from the system

2. SYNOPSIS

void bus_unregister(struct bus_type *  bus );

3. ARGUMENTS

bus
    bus.

4. DESCRIPTION

Unregister the child subsystems and the bus itself. Finally, we call bus_put to release the refcount

5. COPYRIGHT