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>
This commit is contained in:
Rafael J. Wysocki
2014-02-21 01:07:17 +01:00
والد 2bd74d91b1
کامیت 700b8422fb
6فایلهای تغییر یافته به همراه9 افزوده شده و 19 حذف شده

مشاهده پرونده

@@ -313,7 +313,7 @@ static void acpi_processor_hotplug_notify(acpi_handle handle,
goto out;
}
(void) acpi_evaluate_hotplug_ost(handle, event, ost_code, NULL);
(void) acpi_evaluate_ost(handle, event, ost_code, NULL);
out:
acpi_scan_lock_release();

مشاهده پرونده

@@ -285,7 +285,7 @@ static void acpi_memory_device_notify(acpi_handle handle, u32 event, void *data)
return;
}
(void) acpi_evaluate_hotplug_ost(handle, event, ost_code, NULL);
(void) acpi_evaluate_ost(handle, event, ost_code, NULL);
return;
}