acpi: Add missing RISC-V acpi_table header
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Wed, 26 Jul 2023 06:05:13 +0000 (08:05 +0200)
committerLeo Yu-Chi Liang <ycliang@andestech.com>
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 <heinrich.schuchardt@canonical.com>
Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
Reviewed-by: Rick Chen <rick@andestech.com>
arch/riscv/include/asm/acpi_table.h [new file with mode: 0644]