[PATCH -tip] ftrace: ktime.h not included in ftrace.h

Previous thread: Automatic config file generator by Stephen Clark on Thursday, October 2, 2008 - 9:53 am. (4 messages)

Next thread: [PATCH] Sigmatel stac92hd71b7 low HP volume by Klaas De Craemer on Thursday, October 2, 2008 - 12:45 pm. (2 messages)
From: Steven Noonan
Date: Thursday, October 2, 2008 - 12:00 pm

Including <linux/ktime.h> eliminates the following error:

include/linux/ftrace.h:220: error: expected specifier-qualifier-list
before 'ktime_t'

Signed-off-by: Steven Noonan <steven@uplinklabs.net>
---
 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 deded11..ed53265 100644
--- a/include/linux/ftrace.h
+++ b/include/linux/ftrace.h
@@ -3,6 +3,7 @@
 
 #include <linux/linkage.h>
 #include <linux/fs.h>
+#include <linux/ktime.h>
 #include <linux/init.h>
 #include <linux/types.h>
 #include <linux/kallsyms.h>
-- 
1.6.0.2

--

From: Ingo Molnar
Date: Thursday, October 2, 2008 - 12:06 pm

applied to tip/tracing/ftrace, thanks Steven!

	Ingo
--

Previous thread: Automatic config file generator by Stephen Clark on Thursday, October 2, 2008 - 9:53 am. (4 messages)

Next thread: [PATCH] Sigmatel stac92hd71b7 low HP volume by Klaas De Craemer on Thursday, October 2, 2008 - 12:45 pm. (2 messages)