summaryrefslogtreecommitdiff
path: root/arch/mips
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert@linux-m68k.org>2026-07-01 12:11:37 +0200
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>2026-07-17 12:43:09 +0200
commit4e913a7350b5c9fb8bed75ee3d7e0851dd7ea98e (patch)
treefd6932488c566fdf9c7e30fc84588e6d0ac5af1f /arch/mips
parent1235933df87e4fae54fdaf83fb6beeca6c23b713 (diff)
downloadlinux-next-4e913a7350b5c9fb8bed75ee3d7e0851dd7ea98e.tar.gz
linux-next-4e913a7350b5c9fb8bed75ee3d7e0851dd7ea98e.zip
MIPS: TXX9: Remove txx9_7segled_*() forward declarations
The actual implementation was removed in commit 5a8df9281b052ff3 ("MIPS: TXX9: Remove rbtx4939 board support"). Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Reviewed-by: Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@oss.qualcomm.com> Reviewed-by: Linus Walleij <linusw@kernel.org> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'arch/mips')
-rw-r--r--arch/mips/include/asm/txx9/generic.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/mips/include/asm/txx9/generic.h b/arch/mips/include/asm/txx9/generic.h
index 3813ab9ccf71..5ce5b8579a44 100644
--- a/arch/mips/include/asm/txx9/generic.h
+++ b/arch/mips/include/asm/txx9/generic.h
@@ -83,11 +83,6 @@ void txx9_iocled_init(unsigned long baseaddr,
int basenum, unsigned int num, int lowactive,
const char *color, char **deftriggers);
-/* 7SEG LED */
-void txx9_7segled_init(unsigned int num,
- void (*putc)(unsigned int pos, unsigned char val));
-int txx9_7segled_putc(unsigned int pos, char c);
-
void __init txx9_aclc_init(unsigned long baseaddr, int irq,
unsigned int dmac_id,
unsigned int dma_chan_out,