mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00

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>
10 lines
181 B
C
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 */
|