1. NAME

acpi_bus_trim - Remove ACPI device node and all of its descendants

2. SYNOPSIS

void acpi_bus_trim(struct acpi_device *  start );

3. ARGUMENTS

start
    Root of the ACPI device nodes subtree to remove.

4. DESCRIPTION

Must be called under acpi_scan_lock.

5. COPYRIGHT