Commit 758d4931 authored by Bob Moore's avatar Bob Moore Committed by Len Brown

ACPICA: Disassembler: Remove obsolete "Integer64" field in parse object

This field is no longer needed. The "Integer" field is 64 bit
and is sufficient.
Signed-off-by: default avatarBob Moore <robert.moore@intel.com>
Signed-off-by: default avatarLin Ming <ming.m.lin@intel.com>
Signed-off-by: default avatarLen Brown <len.brown@intel.com>
parent 5df7e6cb
......@@ -651,7 +651,6 @@ struct acpi_opcode_info {
union acpi_parse_value {
u64 integer; /* Integer constant (Up to 64 bits) */
struct uint64_struct integer64; /* Structure overlay for 2 32-bit Dwords */
u32 size; /* bytelist or field size */
char *string; /* NULL terminated string */
u8 *buffer; /* buffer or string */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment