Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Gaosheng Cui and committed by
Thomas Bogendoerfer
58f28a2e 9d14962e

-1
-1
arch/mips/include/asm/dec/prom.h
··· 160 160 extern void prom_init_cmdline(s32, s32 *, u32); 161 161 162 162 extern void register_prom_console(void); 163 - extern void unregister_prom_console(void); 164 163 165 164 #endif /* _ASM_DEC_PROM_H */