From: Steven Rostedt Date: Fri, 17 Apr 2009 21:17:55 +0000 (-0400) Subject: tracing: remove format attribute of inline function X-Git-Tag: v2.6.31-rc1~401^2~138 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e668b5b3455207e4540fc7ccab9ecf70142f288;p=pandora-kernel.git tracing: remove format attribute of inline function Due to a cut and paste error, I added the gcc attribute for printf format to the static inline stub of trace_seq_printf. This will cause a compile failure. [ Impact: fix compiler error when CONFIG_TRACING is off ] Reported-by: Ingo Molnar Signed-off-by: Steven Rostedt Cc: Andrew Morton Cc: =?ISO-8859-15?Q?Fr=E9d=E9ric_Weisbecker?= LKML-Reference: Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed