Skip to content

Commit

Permalink
tracing/fastboot: include missing headers
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Frederic Weisbecker authored and Ingo Molnar committed Dec 12, 2008
1 parent 8001530 commit da485e0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions include/trace/boot.h
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit da485e0

Please sign in to comment.