acpi: Add missing ARM acpi_table header
authorHarm Berntsen <harm.berntsen@nedap.com>
Fri, 6 Nov 2020 12:24:17 +0000 (12:24 +0000)
committerTom Rini <trini@konsulko.com>
Mon, 18 Jan 2021 20:14:15 +0000 (15:14 -0500)
The pci_mmc.c driver can generate ACPI info and therefore includes
asm/acpi_table.h by proxy. This file does not exist for the ARM
architecture and thus code compilation failed when using this
driver on ARM.

Signed-off-by: Harm Berntsen <harm.berntsen@nedap.com>
CC: Simon Glass <sjg@chromium.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
arch/arm/include/asm/acpi_table.h [new file with mode: 0644]

diff --git a/arch/arm/include/asm/acpi_table.h b/arch/arm/include/asm/acpi_table.h
new file mode 100644 (file)
index 0000000..e69de29