diff options
Diffstat (limited to 'include/acpi/acobject.h')
-rw-r--r-- | include/acpi/acobject.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/acpi/acobject.h b/include/acpi/acobject.h index e079b94e4fce..34f9d1f1f79b 100644 --- a/include/acpi/acobject.h +++ b/include/acpi/acobject.h | |||
@@ -199,7 +199,7 @@ struct acpi_object_method | |||
199 | ACPI_INTERNAL_METHOD implementation; | 199 | ACPI_INTERNAL_METHOD implementation; |
200 | u8 concurrency; | 200 | u8 concurrency; |
201 | u8 thread_count; | 201 | u8 thread_count; |
202 | acpi_owner_id owning_id; | 202 | acpi_owner_id owner_id; |
203 | }; | 203 | }; |
204 | 204 | ||
205 | 205 | ||