BUS_UNREGISTER

Section: Device drivers infrastructure (9)
Updated: February 2011
Index Return to Main Contents
 

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