Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

um: Remove obsoleted declaration for execute_syscall_skas

The execute_syscall_skas() have been removed since
commit e32dacb9f481 ("[PATCH] uml: system call path cleanup"),
and now it is useless, so remove it.

Signed-off-by: Gaosheng Cui <cuigaosheng1@huawei.com>
Reviewed-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Richard Weinberger <richard@nod.at>

authored by

Gaosheng Cui and committed by
Richard Weinberger
2df8c8d1 cccf19f8

-1
-1
arch/um/include/shared/skas/skas.h
··· 13 13 extern int user_thread(unsigned long stack, int flags); 14 14 extern void new_thread_handler(void); 15 15 extern void handle_syscall(struct uml_pt_regs *regs); 16 - extern long execute_syscall_skas(void *r); 17 16 extern unsigned long current_stub_stack(void); 18 17 extern struct mm_id *current_mm_id(void); 19 18 extern void current_mm_sync(void);