linux/arch/mips/include/asm/cmp.h
Gaosheng Cui fdb31c54e8 MIPS: Remove unused declarations in asm/cmp.h
These functions have been removed since
commit 7fb6f7b0af ("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>
2024-08-29 10:42:41 +02:00

10 lines
181 B
C

/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _ASM_CMP_H
#define _ASM_CMP_H
/*
* Definitions for CMP multitasking on MIPS cores
*/
struct task_struct;
#endif /* _ASM_CMP_H */