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.