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.schucha...@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 <ycli...@andestech.com>

Reply via email to