From: Tiwei Bie Date: Mon, 26 Aug 2024 10:08:14 +0000 (+0800) Subject: um: Remove the declaration of user_thread function X-Git-Tag: v6.12-rc1~20^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fe6abeba24996f826473630b2054699828fd9f18;p=thirdparty%2Flinux.git um: Remove the declaration of user_thread function This function has never been defined since its declaration was introduced by commit 1da177e4c3f4 ("Linux-2.6.12-rc2"). Signed-off-by: Tiwei Bie Signed-off-by: Richard Weinberger --- diff --git a/arch/um/include/shared/skas/skas.h b/arch/um/include/shared/skas/skas.h index 854cff8d63190..85c50122ab981 100644 --- a/arch/um/include/shared/skas/skas.h +++ b/arch/um/include/shared/skas/skas.h @@ -10,7 +10,6 @@ extern int userspace_pid[]; -extern int user_thread(unsigned long stack, int flags); extern void new_thread_handler(void); extern void handle_syscall(struct uml_pt_regs *regs); extern unsigned long current_stub_stack(void);