commit | f285901bb21355bb47106658ef14eeb6b8ed538f | [log] [tgz] |
---|---|---|
author | Eduard - Gabriel Munteanu <eduard.munteanu@linux360.ro> | Mon Mar 23 15:12:23 2009 +0200 |
committer | Ingo Molnar <mingo@elte.hu> | Tue Mar 31 17:45:07 2009 +0200 |
tree | ae79a9aaa14bdd1eca12e5ac62a25c858c2af029 | |
parent | bdd6df6af98ce7e70702edfb5fd5dbbd8d1b0453 [diff] |
tracing: add missing 'extern' keywords to trace_output.h Impact: cleanup Many declarations within trace_output.h are missing the 'extern' keyword in an inconsistent manner. This adds 'extern' where it should be. Signed-off-by: Eduard - Gabriel Munteanu <eduard.munteanu@linux360.ro> Signed-off-by: Ingo Molnar <mingo@elte.hu>