aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert+renesas@glider.be>2024-05-13 15:20:55 +0200
committerJohn Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>2024-05-13 15:37:11 +0200
commitefe976b7eecfa3f81e241da67d1a511e30a87779 (patch)
treec45897c56e9eceb9cf5ec3736b605b4dcb292efe
parenta11808815c3599891be12715d57c889d7b280a49 (diff)
downloadsh-linux-for-next.tar.gz
sh: setup: Add missing forward declaration for sh_fdt_init()sh-for-v6.10-tag1for-nextfor-linus
arch/sh/kernel/setup.c:244:12: warning: no previous prototype for 'sh_fdt_init' [-Wmissing-prototypes] Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Reviewed-by: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de> Link: https://lore.kernel.org/r/7e3ea09e706a075bceb6bfd172990676e79be1c2.1715606232.git.geert+renesas@glider.be Signed-off-by: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>
-rw-r--r--arch/sh/include/asm/setup.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/include/asm/setup.h b/arch/sh/include/asm/setup.h
index fc807011187fa..84bb23a771f35 100644
--- a/arch/sh/include/asm/setup.h
+++ b/arch/sh/include/asm/setup.h
@@ -21,5 +21,6 @@
void sh_mv_setup(void);
void check_for_initrd(void);
void per_cpu_trap_init(void);
+void sh_fdt_init(phys_addr_t dt_phys);
#endif /* _SH_SETUP_H */