diff options
author | Adrian Bunk <bunk@stusta.de> | 2006-06-25 08:47:06 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-06-25 13:00:58 -0400 |
commit | 17660bdd5c1f1a165273c1a59cb5b87670a81cc4 (patch) | |
tree | b3fd7eb221258afc3be00c7d0b8ef2d639868376 | |
parent | 200a3d352cd5e0ae8fb96bfcf8103f7b7c60645b (diff) |
[PATCH] uml: remove dead declaration
Became irrelevant when x86_64 unexported ia32_sys_call_table.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Cc: Andi Kleen <ak@muc.de>
Cc: Jeff Dike <jdike@addtoit.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-rw-r--r-- | arch/um/include/sysdep-x86_64/syscalls.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/um/include/sysdep-x86_64/syscalls.h b/arch/um/include/sysdep-x86_64/syscalls.h index e06f83e80f4a..5e86aa047b2b 100644 --- a/arch/um/include/sysdep-x86_64/syscalls.h +++ b/arch/um/include/sysdep-x86_64/syscalls.h | |||
@@ -12,8 +12,6 @@ | |||
12 | 12 | ||
13 | typedef long syscall_handler_t(void); | 13 | typedef long syscall_handler_t(void); |
14 | 14 | ||
15 | extern syscall_handler_t *ia32_sys_call_table[]; | ||
16 | |||
17 | extern syscall_handler_t *sys_call_table[]; | 15 | extern syscall_handler_t *sys_call_table[]; |
18 | 16 | ||
19 | #define EXECUTE_SYSCALL(syscall, regs) \ | 17 | #define EXECUTE_SYSCALL(syscall, regs) \ |