From: Adrian Bunk Date: Sun, 25 Jun 2006 12:47:06 +0000 (-0700) Subject: [PATCH] uml: remove dead declaration X-Git-Tag: v2.6.18-rc1~1040 X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;h=17660bdd5c1f1a165273c1a59cb5b87670a81cc4;p=powerpc.git [PATCH] uml: remove dead declaration Became irrelevant when x86_64 unexported ia32_sys_call_table. Signed-off-by: Adrian Bunk Cc: Andi Kleen Cc: Jeff Dike Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/arch/um/include/sysdep-x86_64/syscalls.h b/arch/um/include/sysdep-x86_64/syscalls.h index e06f83e80f..5e86aa047b 100644 --- a/arch/um/include/sysdep-x86_64/syscalls.h +++ b/arch/um/include/sysdep-x86_64/syscalls.h @@ -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) \