Commit 17660bdd authored by Adrian Bunk's avatar Adrian Bunk Committed by Linus Torvalds

[PATCH] uml: remove dead declaration

Became irrelevant when x86_64 unexported ia32_sys_call_table.
Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
Cc: Andi Kleen <ak@muc.de>
Cc: Jeff Dike <jdike@addtoit.com>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 200a3d35
......@@ -12,8 +12,6 @@
typedef long syscall_handler_t(void);
extern syscall_handler_t *ia32_sys_call_table[];
extern syscall_handler_t *sys_call_table[];
#define EXECUTE_SYSCALL(syscall, regs) \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment