tracing/syscalls: Make local functions static
authorFengguang Wu <fengguang.wu@intel.com>
Wed, 21 Nov 2012 07:13:47 +0000 (15:13 +0800)
committerSteven Rostedt <rostedt@goodmis.org>
Mon, 21 Jan 2013 18:22:31 +0000 (13:22 -0500)
commit6aea49cb5f3001a8275bf9c9f586ec3eb39af194
tree22686355e55018678044f144a939dfeed82a5539
parentd24d7dbf3cc49b00a152e55e24f0eeb173c7a971
tracing/syscalls: Make local functions static

Some functions in the syscall tracing is used only locally to
the file, but they are labeled global. Convert them to static functions.

Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
kernel/trace/trace_syscalls.c