summaryrefslogtreecommitdiffstats
path: root/arch/mips/include/asm/mips-boards
diff options
context:
space:
mode:
authorThomas Bogendoerfer <tsbogend@alpha.franken.de>2020-09-20 23:13:42 +0200
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>2020-09-21 22:16:47 +0200
commit307c9926393aed6c48600bea218b9565f2292fcb (patch)
treeb4f54a9177e4bd23d875d9e4d86966eda1d85c88 /arch/mips/include/asm/mips-boards
parent0c0938ea1d7c0619a096fa40d5bb23586b7ffb51 (diff)
downloadlinux-307c9926393aed6c48600bea218b9565f2292fcb.tar.bz2
MIPS: malta: remove mach-malta/malta-dtshim.h header file
To clean up mach-* directories move external declaration of malta_dt_shim() to mips-boards/malta.h and remove malta-dtshim.h. Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'arch/mips/include/asm/mips-boards')
-rw-r--r--arch/mips/include/asm/mips-boards/malta.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/include/asm/mips-boards/malta.h b/arch/mips/include/asm/mips-boards/malta.h
index 65de4fb06096..254be3d62519 100644
--- a/arch/mips/include/asm/mips-boards/malta.h
+++ b/arch/mips/include/asm/mips-boards/malta.h
@@ -92,4 +92,6 @@ static inline unsigned long get_msc_port_base(unsigned long reg)
#define MALTA_JMPRS_REG 0x1f000210
+extern void __init *malta_dt_shim(void *fdt);
+
#endif /* __ASM_MIPS_BOARDS_MALTA_H */