1. NAME

acpi_bus_unregister_driver - unregisters a driver with the APIC bus

2. SYNOPSIS

void acpi_bus_unregister_driver(struct acpi_driver *  driver );

3. ARGUMENTS

driver
    driver to unregister

4. DESCRIPTION

Unregisters a driver with the ACPI bus. Searches the namespace for all devices that match the driverAqs criteria and unbinds.

5. COPYRIGHT