aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/acpica/aclocal.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/acpi/acpica/aclocal.h')
-rw-r--r--drivers/acpi/acpica/aclocal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/acpica/aclocal.h b/drivers/acpi/acpica/aclocal.h
index 681205c75563..4894decfdcf5 100644
--- a/drivers/acpi/acpica/aclocal.h
+++ b/drivers/acpi/acpica/aclocal.h
@@ -650,7 +650,7 @@ struct acpi_opcode_info {
650}; 650};
651 651
652union acpi_parse_value { 652union acpi_parse_value {
653 acpi_integer integer; /* Integer constant (Up to 64 bits) */ 653 u64 integer; /* Integer constant (Up to 64 bits) */
654 struct uint64_struct integer64; /* Structure overlay for 2 32-bit Dwords */ 654 struct uint64_struct integer64; /* Structure overlay for 2 32-bit Dwords */
655 u32 size; /* bytelist or field size */ 655 u32 size; /* bytelist or field size */
656 char *string; /* NULL terminated string */ 656 char *string; /* NULL terminated string */