]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
MIPS: Remove unused mips_display/_scroll_message() declarations
authorGaosheng Cui <cuigaosheng1@huawei.com>
Wed, 14 Aug 2024 10:41:56 +0000 (18:41 +0800)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Thu, 29 Aug 2024 08:43:41 +0000 (10:43 +0200)
The mips_display/_scroll_message() have been removed since
commit 0b0037490f37 ("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>
arch/mips/include/asm/mips-boards/generic.h

index c904c24550f619e6ed0919c69ac279cd8cfe8f8f..5befba569c9f371cf7eee4263a1688165964087a 100644 (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 */