diff options
-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) \ |