Commit 9d14962e authored by Gaosheng Cui's avatar Gaosheng Cui Committed by Thomas Bogendoerfer
Browse files

MIPS: Remove unused mips_display/_scroll_message() declarations



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

Signed-off-by: default avatarGaosheng Cui <cuigaosheng1@huawei.com>
Signed-off-by: default avatarThomas Bogendoerfer <tsbogend@alpha.franken.de>
parent fdb31c54
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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 */