MIPS: Provide dummy acpi_table.h

Some drivers need this header.
Provide this dummy header as riscv did.

Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
Reviewed-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
This commit is contained in:
Jiaxun Yang
2025-04-22 15:08:47 -06:00
committed by Tom Rini
parent 2b62ec62ac
commit 0fd4686df5
+10
View File
@@ -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__ */