mirror of
https://github.com/torvalds/linux.git
synced 2024-11-12 23:23:03 +00:00
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:
parent
fdb31c54e8
commit
9d14962e90
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user