mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-09 03:20:05 +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>
11 lines
181 B
C
11 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 */
|