diff options
Diffstat (limited to 'arch/powerpc/include/asm/syscall.h')
-rw-r--r-- | arch/powerpc/include/asm/syscall.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/include/asm/syscall.h b/arch/powerpc/include/asm/syscall.h index b54b2add07be..528ba9d8eed5 100644 --- a/arch/powerpc/include/asm/syscall.h +++ b/arch/powerpc/include/asm/syscall.h | |||
@@ -17,7 +17,7 @@ | |||
17 | 17 | ||
18 | /* ftrace syscalls requires exporting the sys_call_table */ | 18 | /* ftrace syscalls requires exporting the sys_call_table */ |
19 | #ifdef CONFIG_FTRACE_SYSCALLS | 19 | #ifdef CONFIG_FTRACE_SYSCALLS |
20 | extern const unsigned long *sys_call_table; | 20 | extern const unsigned long sys_call_table[]; |
21 | #endif /* CONFIG_FTRACE_SYSCALLS */ | 21 | #endif /* CONFIG_FTRACE_SYSCALLS */ |
22 | 22 | ||
23 | static inline long syscall_get_nr(struct task_struct *task, | 23 | static inline long syscall_get_nr(struct task_struct *task, |