table of contents
other versions
- wheezy 3.2.78-1
| BUS_UNREGISTER(9) | Device drivers infrastructure | BUS_UNREGISTER(9) |
NAME¶
bus_unregister - remove a bus from the systemSYNOPSIS¶
void
bus_unregister(struct bus_type * bus);
ARGUMENTS¶
busbus.
DESCRIPTION¶
Unregister the child subsystems and the bus itself. Finally, we call bus_put to release the refcountCOPYRIGHT¶
| March 2016 | Kernel Hackers Manual 3.2. |