]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit937d12559b35b4ca52f2a27e8e8cf90a39211a59
tree22686355e55018678044f144a939dfeed82a5539
parent43ea191e7ba07c81a155873b3363598d7bf1ccce
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