diff options
author | Simon Glass | 2022-01-29 14:30:52 -0700 |
---|---|---|
committer | Tom Rini | 2022-02-11 11:29:23 -0500 |
commit | aafb31fc953aac0af89e44a1e4a841803141768d (patch) | |
tree | 7f97b2698da5df4f0fc293834bc6d42a4a3db518 /arch/x86/include | |
parent | e9b0fd839bce97f5ef0380fd618cab28a7109aba (diff) |
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 <sjg@chromium.org>
Diffstat (limited to 'arch/x86/include')
-rw-r--r-- | arch/x86/include/asm/acpi_table.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/include/asm/acpi_table.h b/arch/x86/include/asm/acpi_table.h index 39547de0d4d..226753b65d6 100644 --- a/arch/x86/include/asm/acpi_table.h +++ b/arch/x86/include/asm/acpi_table.h @@ -64,8 +64,6 @@ int acpi_write_dbg2_pci_uart(struct acpi_ctx *ctx, struct udevice *dev, */ int acpi_create_gnvs(struct acpi_global_nvs *gnvs); -ulong write_acpi_tables(ulong start); - /** * acpi_get_rsdp_addr() - get ACPI RSDP table address * |