Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

MIPS: Remove unused declarations in asm/cmp.h

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>

authored by

Gaosheng Cui and committed by
Thomas Bogendoerfer
fdb31c54 3fd19664

-8
-8
arch/mips/include/asm/cmp.h
··· 7 7 */ 8 8 struct task_struct; 9 9 10 - extern void cmp_smp_setup(void); 11 - extern void cmp_smp_finish(void); 12 - extern void cmp_boot_secondary(int cpu, struct task_struct *t); 13 - extern void cmp_init_secondary(void); 14 - extern void cmp_prepare_cpus(unsigned int max_cpus); 15 - 16 - /* This is platform specific */ 17 - extern void cmp_send_ipi(int cpu, unsigned int action); 18 10 #endif /* _ASM_CMP_H */