tile: move declaration of sys_call_table to <asm/syscall.h>
authorSimon Marchi <simon.marchi@polymtl.ca>
Tue, 22 Jan 2013 00:54:55 +0000 (19:54 -0500)
committerChris Metcalf <cmetcalf@tilera.com>
Thu, 21 Mar 2013 19:39:35 +0000 (15:39 -0400)
When activating syscall tracing, kernel/trace/trace_syscalls.c doesn't
find sys_call_table because it includes <asm/syscall.h>, not
<asm/syscalls.h>. Also, looking at the other architectures, that is
probably where it should be.

Signed-off-by: Simon Marchi <simon.marchi@polymtl.ca>
Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>

No differences found