Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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 */