diff options
author | Alexey Y. Starikovskiy <alexey.y.starikovskiy@intel.com> | 2005-08-25 09:56:52 +0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2005-08-31 17:29:32 -0400 |
commit | 8813dfbfc56b3f7c369b3115c2f70bcacd77ec51 (patch) | |
tree | 2fe8f4383e8b4650ab66e2ed970d60d8b01e5c49 /include/acpi | |
parent | 4fbd1514173a80f9dc93e8ebbd6d4eb97cee123e (diff) | |
download | linux-3.10-8813dfbfc56b3f7c369b3115c2f70bcacd77ec51.tar.gz linux-3.10-8813dfbfc56b3f7c369b3115c2f70bcacd77ec51.tar.bz2 linux-3.10-8813dfbfc56b3f7c369b3115c2f70bcacd77ec51.zip |
[ACPI] Error: Invalid owner_id: 00
Signed-off-by: Alexey Y. Starikovskiy <alexey.y.starikovskiy@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'include/acpi')
-rw-r--r-- | include/acpi/acdispat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/acpi/acdispat.h b/include/acpi/acdispat.h index 59306186f5e..c436e8be6ba 100644 --- a/include/acpi/acdispat.h +++ b/include/acpi/acdispat.h @@ -194,7 +194,7 @@ acpi_status acpi_ds_restart_control_method(struct acpi_walk_state *walk_state, union acpi_operand_object *return_desc); -acpi_status +void acpi_ds_terminate_control_method(struct acpi_walk_state *walk_state); acpi_status |