From: Harm Berntsen Date: Fri, 6 Nov 2020 12:24:17 +0000 (+0000) Subject: acpi: Add missing ARM acpi_table header X-Git-Url: http://git.dujemihanovic.xyz/login.html?a=commitdiff_plain;h=e8fcb618522fd1b37ff7fac2cbe449f837258ee6;p=u-boot.git 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 CC: Simon Glass Reviewed-by: Simon Glass --- diff --git a/arch/arm/include/asm/acpi_table.h b/arch/arm/include/asm/acpi_table.h new file mode 100644 index 0000000000..e69de29bb2