commit | 093bd0354e5b947b0bd634bf5ed4041ba075b57d | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Wed Jul 26 08:05:13 2023 +0200 |
committer | Leo Yu-Chi Liang <ycliang@andestech.com> | Wed Aug 02 11:02:33 2023 +0800 |
tree | 5823b88e07fb2836bbfbad184815913d162b3cb7 | |
parent | cd24d0722a554f18a85076353b6d816d9afc3ade [diff] |
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> Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com> Reviewed-by: Rick Chen <rick@andestech.com>