]> Git Repo - u-boot.git/commit
acpi: Add missing RISC-V acpi_table header
authorHeinrich Schuchardt <[email protected]>
Wed, 26 Jul 2023 06:05:13 +0000 (08:05 +0200)
committerLeo Yu-Chi Liang <[email protected]>
Wed, 2 Aug 2023 03:02:33 +0000 (11:02 +0800)
commit093bd0354e5b947b0bd634bf5ed4041ba075b57d
tree5823b88e07fb2836bbfbad184815913d162b3cb7
parentcd24d0722a554f18a85076353b6d816d9afc3ade
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]>
Reviewed-by: Leo Yu-Chi Liang <[email protected]>
Reviewed-by: Rick Chen <[email protected]>
arch/riscv/include/asm/acpi_table.h [new file with mode: 0644]
This page took 0.029213 seconds and 4 git commands to generate.