1. NAME

driver_unregister - remove driver from system.

2. SYNOPSIS

void driver_unregister(struct device_driver *  drv );

3. ARGUMENTS

drv
    driver.

4. DESCRIPTION

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

5. COPYRIGHT