From: Gaosheng Cui Date: Wed, 14 Aug 2024 10:43:12 +0000 (+0800) Subject: MIPS: dec: prom: Remove unused unregister_prom_console() declaration X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=58f28a2e0bbec52ee7b02e5d818bbe6adceecab3;p=users%2Fjedix%2Flinux-maple.git MIPS: dec: prom: Remove unused unregister_prom_console() declaration The unregister_prom_console() has been removed since commit 36a885306fdf ("[MIPS] Fix and cleanup the mess that a dozen prom_printf variants are."), so remove it. Signed-off-by: Gaosheng Cui Acked-by: Maciej W. Rozycki Signed-off-by: Thomas Bogendoerfer --- diff --git a/arch/mips/include/asm/dec/prom.h b/arch/mips/include/asm/dec/prom.h index 908e96e3a3117..8fcad6984389c 100644 --- a/arch/mips/include/asm/dec/prom.h +++ b/arch/mips/include/asm/dec/prom.h @@ -160,6 +160,5 @@ extern void prom_identify_arch(u32); extern void prom_init_cmdline(s32, s32 *, u32); extern void register_prom_console(void); -extern void unregister_prom_console(void); #endif /* _ASM_DEC_PROM_H */