Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: Bob Moore <robert.moore@intel.com>
Signed-off-by: Lin Ming <ming.m.lin@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>

authored by

Bob Moore and committed by
Len Brown
758d4931 5df7e6cb

-1
-1
drivers/acpi/acpica/aclocal.h
··· 651 651 652 652 union acpi_parse_value { 653 653 u64 integer; /* Integer constant (Up to 64 bits) */ 654 - struct uint64_struct integer64; /* Structure overlay for 2 32-bit Dwords */ 655 654 u32 size; /* bytelist or field size */ 656 655 char *string; /* NULL terminated string */ 657 656 u8 *buffer; /* buffer or string */