Skip to content

Commit 58f28a2

Browse files
gscuitsbogend
authored andcommitted
MIPS: dec: prom: Remove unused unregister_prom_console() declaration
The unregister_prom_console() has been removed since commit 36a8853 ("[MIPS] Fix and cleanup the mess that a dozen prom_printf variants are."), so remove it. Signed-off-by: Gaosheng Cui <[email protected]> Acked-by: Maciej W. Rozycki <[email protected]> Signed-off-by: Thomas Bogendoerfer <[email protected]>
1 parent 9d14962 commit 58f28a2

File tree

1 file changed

+0
-1
lines changed
  • arch/mips/include/asm/dec

1 file changed

+0
-1
lines changed

arch/mips/include/asm/dec/prom.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,5 @@ extern void prom_identify_arch(u32);
160160
extern void prom_init_cmdline(s32, s32 *, u32);
161161

162162
extern void register_prom_console(void);
163-
extern void unregister_prom_console(void);
164163

165164
#endif /* _ASM_DEC_PROM_H */

0 commit comments

Comments
 (0)