Skip to content

Commit 9d14962

Browse files
gscuitsbogend
authored andcommitted
MIPS: Remove unused mips_display/_scroll_message() declarations
The mips_display/_scroll_message() have been removed since commit 0b00374 ("MIPS: malta: Use img-ascii-lcd driver for LCD display"), so remove them. Signed-off-by: Gaosheng Cui <[email protected]> Signed-off-by: Thomas Bogendoerfer <[email protected]>
1 parent fdb31c5 commit 9d14962

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

arch/mips/include/asm/mips-boards/generic.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,4 @@ extern void mips_pcibios_init(void);
7373
#define mips_pcibios_init() do { } while (0)
7474
#endif
7575

76-
extern void mips_scroll_message(void);
77-
extern void mips_display_message(const char *str);
78-
7976
#endif /* __ASM_MIPS_BOARDS_GENERIC_H */

0 commit comments

Comments
 (0)