tracing: rename ftrace_printk() => trace_printk()
authorIngo Molnar <mingo@elte.hu>
Thu, 5 Mar 2009 09:24:48 +0000 (10:24 +0100)
committerIngo Molnar <mingo@elte.hu>
Thu, 5 Mar 2009 09:24:48 +0000 (10:24 +0100)
Impact: cleanup

Use a more generic name - this also allows the prototype to move
to kernel.h and be generally available to kernel developers who
want to do some quick tracing.

Signed-off-by: Ingo Molnar <mingo@elte.hu>

No differences found