Re: [PATCH v2 1/1] acpi: Add missing RISC-V acpi_table header

2023-07-26 Thread Rick Chen
> From: Heinrich Schuchardt > Sent: Wednesday, July 26, 2023 2:05 PM > To: Rick Jian-Zhi Chen(陳建志) > Cc: Leo Yu-Chi Liang(梁育齊) ; u-boot@lists.denx.de; > Heinrich Schuchardt > Subject: [PATCH v2 1/1] acpi: Add missing RISC-V acpi_table header > > The pci_mmc.c drive

Re: [PATCH v2 1/1] acpi: Add missing RISC-V acpi_table header

2023-07-26 Thread Leo Liang
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

[PATCH v2 1/1] acpi: Add missing RISC-V acpi_table header

2023-07-26 Thread Heinrich Schuchardt
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 --- v2: Add include