git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d24d7db
)
tracing/syscalls: Make local functions static
author
Fengguang Wu
<fengguang.wu@intel.com>
Wed, 21 Nov 2012 07:13:47 +0000
(15:13 +0800)
committer
Steven Rostedt
<rostedt@goodmis.org>
Mon, 21 Jan 2013 18:22:31 +0000
(13:22 -0500)
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>
No differences found