From aafb31fc953aac0af89e44a1e4a841803141768d Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Sat, 29 Jan 2022 14:30:52 -0700 Subject: acpi: Move acpi_write_tables() to a generic header This function is used by both x86 and sandbox. Put it in a common header file. Signed-off-by: Simon Glass --- arch/sandbox/include/asm/acpi_table.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch/sandbox/include/asm/acpi_table.h') diff --git a/arch/sandbox/include/asm/acpi_table.h b/arch/sandbox/include/asm/acpi_table.h index ae17f6c5197..cb10eb542b2 100644 --- a/arch/sandbox/include/asm/acpi_table.h +++ b/arch/sandbox/include/asm/acpi_table.h @@ -6,6 +6,6 @@ #ifndef __ASM_ACPI_TABLE_H__ #define __ASM_ACPI_TABLE_H__ -ulong write_acpi_tables(ulong start); +/* Empty for now, this file is required by acpi/acpi_table.h */ #endif /* __ASM_ACPI_TABLE_H__ */ -- cgit v1.2.3