diff options
author | Ingo Molnar <mingo@elte.hu> | 2008-05-16 04:41:53 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2008-05-23 16:36:51 -0400 |
commit | d49dbf33f0bf8748ee3662b973eb57e60525d622 (patch) | |
tree | aac62379ef416cf50755841b7d7dbaefd1ec560b /include/linux/ftrace.h | |
parent | 2d8b820b2e81954754277723379ae9ed5de316fa (diff) |
ftrace: fix include file dependency
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'include/linux/ftrace.h')
-rw-r--r-- | include/linux/ftrace.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/ftrace.h b/include/linux/ftrace.h index 017ab44d572a..911d5d80b49f 100644 --- a/include/linux/ftrace.h +++ b/include/linux/ftrace.h | |||
@@ -4,6 +4,7 @@ | |||
4 | #ifdef CONFIG_FTRACE | 4 | #ifdef CONFIG_FTRACE |
5 | 5 | ||
6 | #include <linux/linkage.h> | 6 | #include <linux/linkage.h> |
7 | #include <linux/fs.h> | ||
7 | 8 | ||
8 | extern int ftrace_enabled; | 9 | extern int ftrace_enabled; |
9 | extern int | 10 | extern int |