
26 Jul
2023
26 Jul
'23
8:43 a.m.
On Wed, Jul 26, 2023 at 08:05:13AM +0200, Heinrich Schuchardt wrote:
The pci_mmc.c driver can generate ACPI info and therefore includes asm/acpi_table.h. This file does not exist for the RISC-V architecture and thus code compilation fails when using this driver on RISC-V
Create an empty include file.
Signed-off-by: Heinrich Schuchardt heinrich.schuchardt@canonical.com
v2: Add include skeleton.
arch/riscv/include/asm/acpi_table.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 arch/riscv/include/asm/acpi_table.h
Reveiwed-by: Leo Yu-Chi Liang ycliang@andestech.com