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

2023-07-25 Thread Leo Liang
Hi Heinrich, On Tue, Jul 25, 2023 at 09:44:00AM +0200, Heinrich Schuchardt wrote: > On 7/25/23 04:26, Bin Meng wrote: > > +Simon, > > > > On Tue, Jul 25, 2023 at 9:30 AM Heinrich Schuchardt > > wrote: > > > > > > The pci_mmc.c driver can generate ACPI info and therefore includes > > > asm/acpi_

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

2023-07-25 Thread Heinrich Schuchardt
On 7/25/23 04:26, Bin Meng wrote: +Simon, On Tue, Jul 25, 2023 at 9:30 AM 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

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

2023-07-24 Thread Bin Meng
+Simon, On Tue, Jul 25, 2023 at 9:30 AM 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 Which header file

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

2023-07-24 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 --- arch/riscv/include/asm/