aboutsummaryrefslogtreecommitdiff
path: root/src/include/acpi/acpi.h
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2020-06-01 13:26:22 +0300
committerPatrick Georgi <pgeorgi@google.com>2020-06-03 12:16:55 +0000
commit94e04658ce0a43f928751a5210bea9da4298501c (patch)
treee4bef32f31e38f1535bc531404a0a78b3c58518f /src/include/acpi/acpi.h
parent6ceb5326128bfb5f50d2836215e0550d7b37ae34 (diff)
acpi: Drop typoed __ROMC__
Change-Id: I4fcec5bbc038a31565882631052ab07e38946e65 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/41967 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
Diffstat (limited to 'src/include/acpi/acpi.h')
-rw-r--r--src/include/acpi/acpi.h2
1 files changed, 1 insertions, 1 deletions
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__ */