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

26 Jul
2023
26 Jul
'23
8:46 a.m.
From: Heinrich Schuchardt heinrich.schuchardt@canonical.com Sent: Wednesday, July 26, 2023 2:05 PM To: Rick Jian-Zhi Chen(陳建志) rick@andestech.com Cc: Leo Yu-Chi Liang(梁育齊) ycliang@andestech.com; u-boot@lists.denx.de; Heinrich Schuchardt heinrich.schuchardt@canonical.com 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 heinrich.schuchardt@canonical.com
v2: Add include skeleton.
arch/riscv/include/asm/acpi_table.h | 11 +++++++++++ 1 file changed, 11 insertions(+)
Reviewed-by: Rick Chen rick@andestech.com
657
Age (days ago)
657
Last active (days ago)
0 comments
1 participants
participants (1)
-
Rick Chen