diff options
-rw-r--r-- | drivers/acpi/acpica/aclocal.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/acpi/acpica/aclocal.h b/drivers/acpi/acpica/aclocal.h index 4894decfdcf5..c6d9f6d33bf7 100644 --- a/drivers/acpi/acpica/aclocal.h +++ b/drivers/acpi/acpica/aclocal.h | |||
@@ -651,7 +651,6 @@ struct acpi_opcode_info { | |||
651 | 651 | ||
652 | union acpi_parse_value { | 652 | union acpi_parse_value { |
653 | u64 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 */ | ||
655 | u32 size; /* bytelist or field size */ | 654 | u32 size; /* bytelist or field size */ |
656 | char *string; /* NULL terminated string */ | 655 | char *string; /* NULL terminated string */ |
657 | u8 *buffer; /* buffer or string */ | 656 | u8 *buffer; /* buffer or string */ |