1. NAME

acpi_bus_hot_remove_device - remove a device and its children

2. SYNOPSIS

void acpi_bus_hot_remove_device(void *  context );

3. ARGUMENTS

context
    struct acpi_eject_event pointer (freed in this func)

4. DESCRIPTION

Hot-remove a device and its children. This function frees up the memory space passed by arg context, so that the caller may call this function asynchronously through acpi_os_hotplug_execute.

5. COPYRIGHT