Skip to content

Commit fdb31c5

Browse files
gscuitsbogend
authored andcommitted
MIPS: Remove unused declarations in asm/cmp.h
These functions have been removed since commit 7fb6f7b ("MIPS: Remove deprecated CONFIG_MIPS_CMP"), so remove them. Signed-off-by: Gaosheng Cui <[email protected]> Signed-off-by: Thomas Bogendoerfer <[email protected]>
1 parent 3fd1966 commit fdb31c5

File tree

1 file changed

+0
-8
lines changed
  • arch/mips/include/asm

1 file changed

+0
-8
lines changed

arch/mips/include/asm/cmp.h

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,4 @@
77
*/
88
struct task_struct;
99

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);
1810
#endif /* _ASM_CMP_H */

0 commit comments

Comments
 (0)