All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH -tip] ftrace: ktime.h not included in ftrace.h
@ 2008-10-02 19:00 Steven Noonan
  2008-10-02 19:06 ` Ingo Molnar
  0 siblings, 1 reply; 2+ messages in thread
From: Steven Noonan @ 2008-10-02 19:00 UTC (permalink / raw)
  To: mingo; +Cc: linux-kernel, srostedt, Steven Noonan

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH -tip] ftrace: ktime.h not included in ftrace.h
  2008-10-02 19:00 [PATCH -tip] ftrace: ktime.h not included in ftrace.h Steven Noonan
@ 2008-10-02 19:06 ` Ingo Molnar
  0 siblings, 0 replies; 2+ messages in thread
From: Ingo Molnar @ 2008-10-02 19:06 UTC (permalink / raw)
  To: Steven Noonan; +Cc: linux-kernel, srostedt


* Steven Noonan <steven@uplinklabs.net> wrote:

> 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>

applied to tip/tracing/ftrace, thanks Steven!

	Ingo

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-10-02 19:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-02 19:00 [PATCH -tip] ftrace: ktime.h not included in ftrace.h Steven Noonan
2008-10-02 19:06 ` Ingo Molnar

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.