diff options
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2014-02-20 19:07:17 -0500 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2014-02-21 18:50:49 -0500 |
commit | 700b8422fb9e6041907bda45a15f4e2ab0438a04 (patch) | |
tree | 148a28315ec01ac69254b368081f4a9d0588b50e /drivers/acpi/utils.c | |
parent | 2bd74d91b1217d84d08db57b860d056d130248d3 (diff) |
ACPI: Drop acpi_evaluate_hotplug_ost() and ACPI_HOTPLUG_OST
Replace acpi_evaluate_hotplug_ost() with acpi_evaluate_ost()
everywhere and drop the ACPI_HOTPLUG_OST symbol so that hotplug
_OST is supported unconditionally.
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Acked-by: Toshi Kani <toshi.kani@hp.com>
Diffstat (limited to 'drivers/acpi/utils.c')
-rw-r--r-- | drivers/acpi/utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/utils.c b/drivers/acpi/utils.c index 19d016974080..0f5f78fa6545 100644 --- a/drivers/acpi/utils.c +++ b/drivers/acpi/utils.c | |||
@@ -422,7 +422,7 @@ out: | |||
422 | EXPORT_SYMBOL(acpi_get_physical_device_location); | 422 | EXPORT_SYMBOL(acpi_get_physical_device_location); |
423 | 423 | ||
424 | /** | 424 | /** |
425 | * acpi_evaluate_hotplug_ost: Evaluate _OST for hotplug operations | 425 | * acpi_evaluate_ost: Evaluate _OST for hotplug operations |
426 | * @handle: ACPI device handle | 426 | * @handle: ACPI device handle |
427 | * @source_event: source event code | 427 | * @source_event: source event code |
428 | * @status_code: status code | 428 | * @status_code: status code |