diff options
author | Bob Moore <robert.moore@intel.com> | 2010-04-26 23:48:02 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2010-05-06 03:05:54 -0400 |
commit | ada241dcec7eb21ff1690a1ba6213299b743bb5b (patch) | |
tree | a7f99a8b8be628d00960efc6f70ea564f6f55f51 /drivers/acpi/acpica/acinterp.h | |
parent | 17b82327f3e7ab5a068f8019768008ee82d912be (diff) |
ACPICA: Rename acpi_ex_system_do_suspend->acpi_ex_system_do_sleep
Suspend has other meanings in ACPI context, name was misleading.
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Lin Ming <ming.m.lin@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/acpi/acpica/acinterp.h')
-rw-r--r-- | drivers/acpi/acpica/acinterp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/acpica/acinterp.h b/drivers/acpi/acpica/acinterp.h index 9a9b89312b09..049e203bd621 100644 --- a/drivers/acpi/acpica/acinterp.h +++ b/drivers/acpi/acpica/acinterp.h | |||
@@ -281,7 +281,7 @@ acpi_status | |||
281 | acpi_ex_system_do_notify_op(union acpi_operand_object *value, | 281 | acpi_ex_system_do_notify_op(union acpi_operand_object *value, |
282 | union acpi_operand_object *obj_desc); | 282 | union acpi_operand_object *obj_desc); |
283 | 283 | ||
284 | acpi_status acpi_ex_system_do_suspend(u64 time); | 284 | acpi_status acpi_ex_system_do_sleep(u64 time); |
285 | 285 | ||
286 | acpi_status acpi_ex_system_do_stall(u32 time); | 286 | acpi_status acpi_ex_system_do_stall(u32 time); |
287 | 287 | ||