Skip to content

Commit 2df8c8d

Browse files
gscuirichardweinberger
authored andcommitted
um: Remove obsoleted declaration for execute_syscall_skas
The execute_syscall_skas() have been removed since commit e32dacb ("[PATCH] uml: system call path cleanup"), and now it is useless, so remove it. Signed-off-by: Gaosheng Cui <[email protected]> Reviewed-by: Geert Uytterhoeven <[email protected]> Signed-off-by: Richard Weinberger <[email protected]>
1 parent cccf19f commit 2df8c8d

File tree

1 file changed

+0
-1
lines changed
  • arch/um/include/shared/skas

1 file changed

+0
-1
lines changed

arch/um/include/shared/skas/skas.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ extern int userspace_pid[];
1313
extern int user_thread(unsigned long stack, int flags);
1414
extern void new_thread_handler(void);
1515
extern void handle_syscall(struct uml_pt_regs *regs);
16-
extern long execute_syscall_skas(void *r);
1716
extern unsigned long current_stub_stack(void);
1817
extern struct mm_id *current_mm_id(void);
1918
extern void current_mm_sync(void);

0 commit comments

Comments
 (0)