tracing: remove format attribute of inline function
authorSteven Rostedt <rostedt@goodmis.org>
Fri, 17 Apr 2009 21:17:55 +0000 (17:17 -0400)
committerIngo Molnar <mingo@elte.hu>
Sat, 18 Apr 2009 07:49:10 +0000 (09:49 +0200)
commit8e668b5b3455207e4540fc7ccab9ecf70142f288
tree7113a2b8902102f4e6a293d17b65acefce728c16
parent3189cdb31622f4e40688ce5a6fc5d940b42bc805
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 <mingo@elte.hu>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: =?ISO-8859-15?Q?Fr=E9d=E9ric_Weisbecker?= <fweisbec@gmail.com>
LKML-Reference: <alpine.DEB.2.00.0904171717080.1016@gandalf.stny.rr.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
include/linux/trace_seq.h