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>
diff --git a/tests/acpi-utils.h b/tests/acpi-utils.h
index a06a4ed..791bd54 100644
--- a/tests/acpi-utils.h
+++ b/tests/acpi-utils.h
@@ -70,14 +70,6 @@
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);