]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
MIPS: Remove unused declarations in asm/cmp.h
authorGaosheng Cui <cuigaosheng1@huawei.com>
Wed, 14 Aug 2024 10:40:52 +0000 (18:40 +0800)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Thu, 29 Aug 2024 08:42:41 +0000 (10:42 +0200)
These functions have been removed since
commit 7fb6f7b0af67 ("MIPS: Remove deprecated CONFIG_MIPS_CMP"),
so remove them.

Signed-off-by: Gaosheng Cui <cuigaosheng1@huawei.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
arch/mips/include/asm/cmp.h

index e9e87504bb0c10cbcfd169bd41185c5cd5d62e54..71e20e6cd38d87841939fe16c29dc75749c4ddac 100644 (file)
@@ -7,12 +7,4 @@
  */
 struct task_struct;
 
-extern void cmp_smp_setup(void);
-extern void cmp_smp_finish(void);
-extern void cmp_boot_secondary(int cpu, struct task_struct *t);
-extern void cmp_init_secondary(void);
-extern void cmp_prepare_cpus(unsigned int max_cpus);
-
-/* This is platform specific */
-extern void cmp_send_ipi(int cpu, unsigned int action);
 #endif /*  _ASM_CMP_H */