[PATCH 1/1] acpi: Add missing RISC-V acpi_table header
    Heinrich Schuchardt 
    heinrich.schuchardt at canonical.com
       
    Tue Jul 25 03:23:10 CEST 2023
    
    
  
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>
---
 arch/riscv/include/asm/acpi_table.h | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 create mode 100644 arch/riscv/include/asm/acpi_table.h
diff --git a/arch/riscv/include/asm/acpi_table.h b/arch/riscv/include/asm/acpi_table.h
new file mode 100644
index 0000000000..e69de29bb2
-- 
2.40.1
    
    
More information about the U-Boot
mailing list