]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
tracing/fastboot: include missing headers
authorFrederic Weisbecker <fweisbec@gmail.com>
Thu, 11 Dec 2008 15:14:23 +0000 (16:14 +0100)
committerIngo Molnar <mingo@elte.hu>
Fri, 12 Dec 2008 08:26:13 +0000 (09:26 +0100)
For now include/trace/boot.h doesn't need to include necessary headers
for its functions and structures because the files that include it already
do it.

But boot.h could be needed as well for further uses on other files.
So, this patch adds the necessary headers for future purposes...

Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
include/trace/boot.h

index 3ec58b4b75126088c58c218caf1542245eb008ef..088ea089e31d38ca8f2acb5e57fed5cd77d24f6c 100644 (file)
@@ -1,6 +1,10 @@
 #ifndef _LINUX_TRACE_BOOT_H
 #define _LINUX_TRACE_BOOT_H
 
+#include <linux/module.h>
+#include <linux/kallsyms.h>
+#include <linux/init.h>
+
 /*
  * Structure which defines the trace of an initcall
  * while it is called.