From: Fengguang Wu Date: Wed, 21 Nov 2012 07:13:47 +0000 (+0800) Subject: tracing/syscalls: Make local functions static X-Git-Tag: v3.9-rc1~173^2~18^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6aea49cb5f3001a8275bf9c9f586ec3eb39af194;p=pandora-kernel.git 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 Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed