diff options
Diffstat (limited to 'include/acpi/acobject.h')
-rw-r--r-- | include/acpi/acobject.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/acpi/acobject.h b/include/acpi/acobject.h index 0ca39265bb0f..7a8a652ffb78 100644 --- a/include/acpi/acobject.h +++ b/include/acpi/acobject.h | |||
@@ -318,6 +318,7 @@ struct acpi_object_reference { | |||
318 | struct acpi_namespace_node *node; | 318 | struct acpi_namespace_node *node; |
319 | union acpi_operand_object **where; | 319 | union acpi_operand_object **where; |
320 | u32 offset; /* Used for arg_op, local_op, and index_op */ | 320 | u32 offset; /* Used for arg_op, local_op, and index_op */ |
321 | u32 value; /* Used for ddb_handle */ | ||
321 | }; | 322 | }; |
322 | 323 | ||
323 | /* | 324 | /* |