diff options
author | Frederic Weisbecker <fweisbec@gmail.com> | 2008-11-11 23:21:31 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-11-12 10:17:18 +0100 |
commit | 3f5ec13696fd4a33bde42f385406cbb1d3cc96fd (patch) | |
tree | 3c705c5991fcf0f4968ff790bb2e2ce65c8cbf18 /init | |
parent | 60a011c736e7dd09a0b01ca6a051a416f3f52ffb (diff) | |
download | linux-3.10-3f5ec13696fd4a33bde42f385406cbb1d3cc96fd.tar.gz linux-3.10-3f5ec13696fd4a33bde42f385406cbb1d3cc96fd.tar.bz2 linux-3.10-3f5ec13696fd4a33bde42f385406cbb1d3cc96fd.zip |
tracing/fastboot: move boot tracer structs and funcs into their own header.
Impact: Cleanups on the boot tracer and ftrace
This patch bring some cleanups about the boot tracer headers. The
functions and structures of this tracer have nothing related to ftrace
and should have so their own header file.
Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com>
Acked-by: Steven Rostedt <rostedt@goodmis.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'init')
-rw-r--r-- | init/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/init/main.c b/init/main.c index 4b03cd5656c..16ca1ee071c 100644 --- a/init/main.c +++ b/init/main.c @@ -63,6 +63,7 @@ #include <linux/signal.h> #include <linux/idr.h> #include <linux/ftrace.h> +#include <trace/boot.h> #include <asm/io.h> #include <asm/bugs.h> |