Skip to content

Commit

Permalink
ACPICA: Disassembler: Remove obsolete "Integer64" field in parse object
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Bob Moore authored and Len Brown committed Jan 22, 2010
1 parent 5df7e6c commit 758d493
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/acpi/acpica/aclocal.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 758d493

Please sign in to comment.