From: Frederic Weisbecker Date: Thu, 11 Dec 2008 15:14:23 +0000 (+0100) Subject: tracing/fastboot: include missing headers X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=da485e0cb16726797e99a595a399b9fc721b91bc;p=deliverable%2Flinux.git tracing/fastboot: include missing headers 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 Signed-off-by: Ingo Molnar --- diff --git a/include/trace/boot.h b/include/trace/boot.h index 3ec58b4b7512..088ea089e31d 100644 --- a/include/trace/boot.h +++ b/include/trace/boot.h @@ -1,6 +1,10 @@ #ifndef _LINUX_TRACE_BOOT_H #define _LINUX_TRACE_BOOT_H +#include +#include +#include + /* * Structure which defines the trace of an initcall * while it is called.