> From: Heinrich Schuchardt <[email protected]>
> Sent: Wednesday, July 26, 2023 2:05 PM
> To: Rick Jian-Zhi Chen(陳建志) <[email protected]>
> Cc: Leo Yu-Chi Liang(梁育齊) <[email protected]>; [email protected]; 
> Heinrich Schuchardt <[email protected]>
> 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 <[email protected]>
> ---
> v2:
>         Add include skeleton.
> ---
>  arch/riscv/include/asm/acpi_table.h | 11 +++++++++++
>  1 file changed, 11 insertions(+)

Reviewed-by: Rick Chen <[email protected]>

Reply via email to