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)
commite8fcb618522fd1b37ff7fac2cbe449f837258ee6
tree9c8074993f33e95b674efb3be8445a1dd4b59e6a
parent30569b47dbc496f1de38932b3970e6d2ae52ca10
acpi: Add missing ARM acpi_table header

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]