diff options
Diffstat (limited to 'include/acpi/acstruct.h')
-rw-r--r-- | include/acpi/acstruct.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/acpi/acstruct.h b/include/acpi/acstruct.h index e6b9e36a2eda..4e926457bd2f 100644 --- a/include/acpi/acstruct.h +++ b/include/acpi/acstruct.h | |||
@@ -78,7 +78,7 @@ struct acpi_walk_state | |||
78 | u8 return_used; | 78 | u8 return_used; |
79 | u16 opcode; /* Current AML opcode */ | 79 | u16 opcode; /* Current AML opcode */ |
80 | u8 scope_depth; | 80 | u8 scope_depth; |
81 | u8 reserved1; | 81 | u8 pass_number; /* Parse pass during table load */ |
82 | u32 arg_count; /* push for fixed or var args */ | 82 | u32 arg_count; /* push for fixed or var args */ |
83 | u32 aml_offset; | 83 | u32 aml_offset; |
84 | u32 arg_types; | 84 | u32 arg_types; |