[PATCH] uml: remove dead declaration
authorAdrian Bunk <[email protected]>
Sun, 25 Jun 2006 12:47:06 +0000 (05:47 -0700)
committerLinus Torvalds <[email protected]>
Sun, 25 Jun 2006 17:00:58 +0000 (10:00 -0700)
Became irrelevant when x86_64 unexported ia32_sys_call_table.

Signed-off-by: Adrian Bunk <[email protected]>
Cc: Andi Kleen <[email protected]>
Cc: Jeff Dike <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
arch/um/include/sysdep-x86_64/syscalls.h

index e06f83e80f4a9e8aa57d5cf5ff26cd455e367d89..5e86aa047b2ba0ac8cf2cf6f10487a47a2d81d00 100644 (file)
@@ -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) \