> From: Heinrich Schuchardt <heinrich.schucha...@canonical.com> > Sent: Wednesday, July 26, 2023 2:05 PM > To: Rick Jian-Zhi Chen(陳建志) <r...@andestech.com> > Cc: Leo Yu-Chi Liang(梁育齊) <ycli...@andestech.com>; u-boot@lists.denx.de; > Heinrich Schuchardt <heinrich.schucha...@canonical.com> > Subject: [PATCH v2 1/1] acpi: Add missing RISC-V acpi_table header > > 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.schucha...@canonical.com> > --- > v2: > Add include skeleton. > --- > arch/riscv/include/asm/acpi_table.h | 11 +++++++++++ > 1 file changed, 11 insertions(+)
Reviewed-by: Rick Chen <r...@andestech.com>