MIPS: Remove unused mips_display/_scroll_message() declarations

The mips_display/_scroll_message() have been removed since
commit 0b0037490f ("MIPS: malta: Use img-ascii-lcd driver for LCD
display"), so remove them.

Signed-off-by: Gaosheng Cui <cuigaosheng1@huawei.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
This commit is contained in:
Gaosheng Cui 2024-08-14 18:41:56 +08:00 committed by Thomas Bogendoerfer
parent fdb31c54e8
commit 9d14962e90

View File

@ -73,7 +73,4 @@ extern void mips_pcibios_init(void);
#define mips_pcibios_init() do { } while (0)
#endif
extern void mips_scroll_message(void);
extern void mips_display_message(const char *str);
#endif /* __ASM_MIPS_BOARDS_GENERIC_H */