DRIVER_UNREGISTER

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

NAME

driver_unregister - remove driver from system.  

SYNOPSIS

void driver_unregister(struct device_driver * drv);
 

ARGUMENTS

drv

driver.
 

DESCRIPTION

Again, we pass off most of the work to the bus-level call.  

COPYRIGHT