driver_unregister(9) 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