aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/acpi/acconfig.h2
-rw-r--r--include/acpi/acstruct.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/acpi/acconfig.h b/include/acpi/acconfig.h
index a268c4ae1877..6babcb104930 100644
--- a/include/acpi/acconfig.h
+++ b/include/acpi/acconfig.h
@@ -64,7 +64,7 @@
64 64
65/* Version string */ 65/* Version string */
66 66
67#define ACPI_CA_VERSION 0x20050513 67#define ACPI_CA_VERSION 0x20050526
68 68
69/* 69/*
70 * OS name, used for the _OS object. The _OS object is essentially obsolete, 70 * OS name, used for the _OS object. The _OS object is essentially obsolete,
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;