summaryrefslogtreecommitdiffstats
path: root/arch/mips/include
diff options
context:
space:
mode:
authorGaosheng Cui <cuigaosheng1@huawei.com>2022-09-20 21:07:10 +0800
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>2022-09-24 11:46:58 +0200
commitc8fbf8a88fcd4464b0727d646a85793ccba49b03 (patch)
tree2248a495d4bb32ee3f2a7235c8e8498169b8e955 /arch/mips/include
parent692cb5b0f4e25b3ff504f108e55033dd20d2ef74 (diff)
downloadlinux-c8fbf8a88fcd4464b0727d646a85793ccba49b03.tar.bz2
MIPS: remove orphan sb1250_time_init() declaration
All uses of sb1250_time_init() have been removed by commit d527eef5b7f1 ("[MIPS] Sibyte: Finish conversion to modern time APIs."), so remove the orphan declaration. The comments about sb1250_time_init() is useless in arch_init_irq(), so remove these comments. Signed-off-by: Gaosheng Cui <cuigaosheng1@huawei.com> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'arch/mips/include')
-rw-r--r--arch/mips/include/asm/sibyte/sb1250.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/include/asm/sibyte/sb1250.h b/arch/mips/include/asm/sibyte/sb1250.h
index dbde5f93f0dd..495b31925ed7 100644
--- a/arch/mips/include/asm/sibyte/sb1250.h
+++ b/arch/mips/include/asm/sibyte/sb1250.h
@@ -32,7 +32,6 @@ extern unsigned int soc_type;
extern unsigned int periph_rev;
extern unsigned int zbbus_mhz;
-extern void sb1250_time_init(void);
extern void sb1250_mask_irq(int cpu, int irq);
extern void sb1250_unmask_irq(int cpu, int irq);