From 94e04658ce0a43f928751a5210bea9da4298501c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ky=C3=B6sti=20M=C3=A4lkki?= Date: Mon, 1 Jun 2020 13:26:22 +0300 Subject: acpi: Drop typoed __ROMC__ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I4fcec5bbc038a31565882631052ab07e38946e65 Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/c/coreboot/+/41967 Tested-by: build bot (Jenkins) Reviewed-by: HAOUAS Elyes --- src/include/acpi/acpi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include') diff --git a/src/include/acpi/acpi.h b/src/include/acpi/acpi.h index 34cb6ea4ff..ba056c094f 100644 --- a/src/include/acpi/acpi.h +++ b/src/include/acpi/acpi.h @@ -1054,6 +1054,6 @@ static inline uintptr_t acpi_align_current(uintptr_t current) * coreboot default ACPI spec version supported. */ int get_acpi_table_revision(enum acpi_tables table); -#endif // !defined(__ASSEMBLER__) && !defined(__ACPI__) && !defined(__ROMC__) +#endif // !defined(__ASSEMBLER__) && !defined(__ACPI__) #endif /* __ACPI_ACPI_H__ */ -- cgit v1.2.3