From: Steven Rostedt Date: Mon, 14 Sep 2009 14:50:23 +0000 (-0400) Subject: tracing: add static to generated TRACE_EVENT functions X-Git-Tag: v2.6.32-rc1~654^2~6^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec827c7ece8901044e6b3f92aeea489be9e1bcf7;p=pandora-kernel.git tracing: add static to generated TRACE_EVENT functions Some of the generated functions used in the TRACE_EVENT macros are not declared static, but they are not global. Discovered by sparse. Reported-by: Jaswinder Singh Rajput Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed