summaryrefslogtreecommitdiff
path: root/arch/mips/include
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2025-04-22 15:13:21 -0600
committerTom Rini <[email protected]>2025-04-22 15:13:21 -0600
commit20fcb6305eef553a94eeed6efb1a60ee3ccd9db7 (patch)
tree6e9b463232e44565a6495161d6db3178741f348e /arch/mips/include
parentbf2db18116137bb2f82165206be3f16baf314feb (diff)
parentbaf4bdcdeda78874efa8e2e7875ab4a91f5aa502 (diff)
Merge patch series "MIPS: Boston: Various enhancements"
Jiaxun Yang <[email protected]> says: This is a huge series which promoted MIPS/Boston target into a usable state, with fixes to drivers and general framework issues I found in this process. I also converted the target to OF_UPSTREAM. This target is covered by QEMU, to test on QEMU: ``` make boston64r6el_defconfig make qemu-system-mips64el -M boston -cpu I6500 -bios ./u-boot.bin -nographic ``` Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'arch/mips/include')
-rw-r--r--arch/mips/include/asm/acpi_table.h10
1 files changed, 10 insertions, 0 deletions
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__ */