diff options
| author | Jiang Liu <jiang.liu@linux.intel.com> | 2014-02-19 01:02:15 -0500 |
|---|---|---|
| committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2014-02-20 18:27:46 -0500 |
| commit | 05730c1952787faa422ea2898634a1f9cdb61161 (patch) | |
| tree | b6e1a60c144d45ea10a28bbe3a0177c62e4df23d /include/acpi/acpi_bus.h | |
| parent | 6d0abeca3242a88cab8232e4acd7e2bf088f3bc2 (diff) | |
ACPI: rename acpi_evaluate_hotplug_ost() to acpi_evaluate_ost()
Rename acpi_evaluate_hotplug_ost() to acpi_evaluate_ost() for later
resue.
Signed-off-by: Jiang Liu <jiang.liu@linux.intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'include/acpi/acpi_bus.h')
| -rw-r--r-- | include/acpi/acpi_bus.h | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/include/acpi/acpi_bus.h b/include/acpi/acpi_bus.h index 8256eb4ad057..adef502cb8f1 100644 --- a/include/acpi/acpi_bus.h +++ b/include/acpi/acpi_bus.h | |||
| @@ -49,8 +49,16 @@ acpi_evaluate_reference(acpi_handle handle, | |||
| 49 | struct acpi_object_list *arguments, | 49 | struct acpi_object_list *arguments, |
| 50 | struct acpi_handle_list *list); | 50 | struct acpi_handle_list *list); |
| 51 | acpi_status | 51 | acpi_status |
| 52 | acpi_evaluate_ost(acpi_handle handle, u32 source_event, u32 status_code, | ||
| 53 | struct acpi_buffer *status_buf); | ||
| 54 | #ifdef ACPI_HOTPLUG_OST | ||
| 55 | #define acpi_evaluate_hotplug_ost acpi_evaluate_ost | ||
| 56 | #else | ||
| 57 | static inline acpi_status | ||
| 52 | acpi_evaluate_hotplug_ost(acpi_handle handle, u32 source_event, | 58 | acpi_evaluate_hotplug_ost(acpi_handle handle, u32 source_event, |
| 53 | u32 status_code, struct acpi_buffer *status_buf); | 59 | u32 status_code, struct acpi_buffer *status_buf) |
| 60 | { return AE_OK; } | ||
| 61 | #endif | ||
| 54 | 62 | ||
| 55 | acpi_status | 63 | acpi_status |
| 56 | acpi_get_physical_device_location(acpi_handle handle, struct acpi_pld_info **pld); | 64 | acpi_get_physical_device_location(acpi_handle handle, struct acpi_pld_info **pld); |
