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

Leo Liang ycliang at andestech.com
Wed Jul 26 08:43:54 CEST 2023


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.schuchardt at 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 <ycliang at andestech.com>


More information about the U-Boot mailing list