tests: acpi: remove not used ACPI_READ_GENERIC_ADDRESS macro

Signed-off-by: Igor Mammedov <imammedo@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
[thuth: Fixed conflicts with additional "qts" parameter]
Signed-off-by: Thomas Huth <thuth@redhat.com>
This commit is contained in:
Igor Mammedov 2018-12-10 19:10:07 +01:00 committed by Thomas Huth
parent 21f80286cc
commit da15af6497

View file

@ -70,14 +70,6 @@ typedef struct {
g_assert_cmpstr(ACPI_ASSERT_CMP_str, ==, expected); \
} while (0)
#define ACPI_READ_GENERIC_ADDRESS(qts, field, addr) \
do { \
ACPI_READ_FIELD(qts, (field).space_id, addr); \
ACPI_READ_FIELD(qts, (field).bit_width, addr); \
ACPI_READ_FIELD(qts, (field).bit_offset, addr); \
ACPI_READ_FIELD(qts, (field).access_width, addr); \
ACPI_READ_FIELD(qts, (field).address, addr); \
} while (0)
uint8_t acpi_calc_checksum(const uint8_t *data, int len);