BUS_UNREGISTER(9) Device drivers infrastructure BUS_UNREGISTER(9)NAMEbus_unregister - remove a bus from the systemSYNOPSISvoid bus_unregister(struct bus_type * bus);ARGUMENTSbus bus.DESCRIPTIONUnregister the child subsystems and the bus itself. Finally, we call bus_put to release the refcountCOPYRIGHTKernel Hackers Manual 2.6. July 2010 BUS_UNREGISTER(9)