diff options
author | Harm Berntsen | 2020-11-06 12:24:17 +0000 |
---|---|---|
committer | Tom Rini | 2021-01-18 15:14:15 -0500 |
commit | e8fcb618522fd1b37ff7fac2cbe449f837258ee6 (patch) | |
tree | 9c8074993f33e95b674efb3be8445a1dd4b59e6a /arch/arm | |
parent | 30569b47dbc496f1de38932b3970e6d2ae52ca10 (diff) |
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>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/include/asm/acpi_table.h | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/arch/arm/include/asm/acpi_table.h b/arch/arm/include/asm/acpi_table.h new file mode 100644 index 00000000000..e69de29bb2d --- /dev/null +++ b/arch/arm/include/asm/acpi_table.h |