ACPICA: Parser: Cleanup aml_offset in union acpi_operand_object
[firefly-linux-kernel-4.4.55.git] / drivers / acpi / acpica / aclocal.h
index bc600969c6a1551f81bf4a1a40c522124dd5a39a..607e62897aff3755572444b8d14898931afc297b 100644 (file)
@@ -726,7 +726,7 @@ union acpi_parse_value {
        u8                              descriptor_type; /* To differentiate various internal objs */\
        u8                              flags;          /* Type of Op */\
        u16                             aml_opcode;     /* AML opcode */\
-       u32                             aml_offset;     /* Offset of declaration in AML */\
+       u8                              *aml;           /* Address of declaration in AML */\
        union acpi_parse_object         *next;          /* Next op */\
        struct acpi_namespace_node      *node;          /* For use by interpreter */\
        union acpi_parse_value          value;          /* Value or args associated with the opcode */\