diff options
| author | Jiaxun Yang <[email protected]> | 2024-05-17 19:14:54 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-04-22 15:08:47 -0600 |
| commit | 0fd4686df5fe7a7b1783eec6ff21ffdd1c2b0467 (patch) | |
| tree | 2afd5cca12186c554a958a7c479deff677d01bda /arch/mips | |
| parent | 2b62ec62ac39723660bfeb6c0b4d336269a3adfc (diff) | |
MIPS: Provide dummy acpi_table.h
Some drivers need this header.
Provide this dummy header as riscv did.
Signed-off-by: Jiaxun Yang <[email protected]>
Reviewed-by: Daniel Schwierzeck <[email protected]>
Diffstat (limited to 'arch/mips')
| -rw-r--r-- | arch/mips/include/asm/acpi_table.h | 10 |
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__ */ |
