summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaosheng Cui <cuigaosheng1@huawei.com>2024-08-14 13:43:12 +0300
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>2024-08-29 11:44:08 +0300
commit58f28a2e0bbec52ee7b02e5d818bbe6adceecab3 (patch)
treef9de57f64ce66185b16677b122cf58d39b9286af
parent9d14962e90ee94573a603ae407706011f551aa8c (diff)
downloadlinux-58f28a2e0bbec52ee7b02e5d818bbe6adceecab3.tar.xz
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 <cuigaosheng1@huawei.com> Acked-by: Maciej W. Rozycki <macro@orcam.me.uk> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
-rw-r--r--arch/mips/include/asm/dec/prom.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/include/asm/dec/prom.h b/arch/mips/include/asm/dec/prom.h
index 908e96e3a311..8fcad6984389 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 */