From: Jiaxun Yang Date: Fri, 17 May 2024 18:14:54 +0000 (+0100) Subject: MIPS: Provide dummy acpi_table.h X-Git-Tag: v2025.07-rc1~37^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0fd4686df5fe7a7b1783eec6ff21ffdd1c2b0467;p=pandora-u-boot.git MIPS: Provide dummy acpi_table.h Some drivers need this header. Provide this dummy header as riscv did. Signed-off-by: Jiaxun Yang Reviewed-by: Daniel Schwierzeck --- diff --git a/arch/mips/include/asm/acpi_table.h b/arch/mips/include/asm/acpi_table.h new file mode 100644 index 00000000000..b4139d0ba32 --- /dev/null +++ b/arch/mips/include/asm/acpi_table.h @@ -0,0 +1,10 @@ +/* SPDX-License-Identifier: GPL-2.0-or-later */ + +#ifndef __ASM_ACPI_TABLE_H__ +#define __ASM_ACPI_TABLE_H__ + +/* + * This file is needed by some drivers. + */ + +#endif /* __ASM_ACPI_TABLE_H__ */