summaryrefslogtreecommitdiffstats
path: root/arch/csky/include
diff options
context:
space:
mode:
authorMike Christie <michael.christie@oracle.com>2023-03-10 16:03:22 -0600
committerChristian Brauner (Microsoft) <brauner@kernel.org>2023-03-12 10:52:42 +0100
commite0a98139c162af9601ffa8d6db88dbe745f64b3c (patch)
treea87f4b45ce5c573b672b8a62b77db676bc5216e8 /arch/csky/include
parentfe15c26ee26efa11741a7b632e9f23b01aca4cc6 (diff)
downloadlinux-e0a98139c162af9601ffa8d6db88dbe745f64b3c.tar.gz
linux-e0a98139c162af9601ffa8d6db88dbe745f64b3c.tar.bz2
linux-e0a98139c162af9601ffa8d6db88dbe745f64b3c.zip
csky: Remove kernel_thread declaration
Remove csky's kernel_thread declaration because it's not needed. Signed-off-by: Mike Christie <michael.christie@oracle.com> Acked-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org>
Diffstat (limited to 'arch/csky/include')
-rw-r--r--arch/csky/include/asm/processor.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/csky/include/asm/processor.h b/arch/csky/include/asm/processor.h
index ea75d72dea86..e487a46d1c37 100644
--- a/arch/csky/include/asm/processor.h
+++ b/arch/csky/include/asm/processor.h
@@ -72,8 +72,6 @@ struct task_struct;
/* Prepare to copy thread state - unlazy all lazy status */
#define prepare_to_copy(tsk) do { } while (0)
-extern int kernel_thread(int (*fn)(void *), void *arg, unsigned long flags);
-
unsigned long __get_wchan(struct task_struct *p);
#define KSTK_EIP(tsk) (task_pt_regs(tsk)->pc)