]> git.ipfire.org Git - thirdparty/u-boot.git/commit
acpi: move acpi_get_rsdp_addr() to acpi/acpi_table.h
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Thu, 9 Nov 2023 17:23:02 +0000 (09:23 -0800)
committerTom Rini <trini@konsulko.com>
Wed, 13 Dec 2023 23:39:05 +0000 (18:39 -0500)
commitc659ac7cca151be29712f37fc77dd18fb4ab96c5
tree2aa632ee3da4811abc1d1b4edc0978a5f4560cf5
parenta4bee0b45504397d71302cd1b186f5651424a332
acpi: move acpi_get_rsdp_addr() to acpi/acpi_table.h

Function acpi_get_rsdp_addr() is needed on all architectures which
write ACPI tables. Move the definition from the x86 include to an
architecture independent one.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
arch/x86/include/asm/acpi_table.h
drivers/misc/qfw.c
include/acpi/acpi_table.h