ACPI: Export functions for hot-remove
Exported acpi_os_hotplug_execute() and acpi_bus_hot_remove_device() so that they can be called from modules for hot-remove operations. Signed-off-by: Toshi Kani <toshi.kani@hp.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
This commit is contained in:
parent
923d4a45a9
commit
61622accd0
|
@ -986,6 +986,7 @@ acpi_status acpi_os_hotplug_execute(acpi_osd_exec_callback function,
|
||||||
{
|
{
|
||||||
return __acpi_os_execute(0, function, context, 1);
|
return __acpi_os_execute(0, function, context, 1);
|
||||||
}
|
}
|
||||||
|
EXPORT_SYMBOL(acpi_os_hotplug_execute);
|
||||||
|
|
||||||
void acpi_os_wait_events_complete(void)
|
void acpi_os_wait_events_complete(void)
|
||||||
{
|
{
|
||||||
|
|
|
@ -161,6 +161,7 @@ err_out:
|
||||||
kfree(context);
|
kfree(context);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
EXPORT_SYMBOL(acpi_bus_hot_remove_device);
|
||||||
|
|
||||||
static ssize_t
|
static ssize_t
|
||||||
acpi_eject_store(struct device *d, struct device_attribute *attr,
|
acpi_eject_store(struct device *d, struct device_attribute *attr,
|
||||||
|
|
Loading…
Reference in New Issue