[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1222974007-3745-1-git-send-email-steven@uplinklabs.net>
Date: Thu, 2 Oct 2008 12:00:07 -0700
From: Steven Noonan <steven@...inklabs.net>
To: mingo@...e.hu
Cc: linux-kernel@...r.kernel.org, srostedt@...hat.com,
Steven Noonan <steven@...inklabs.net>
Subject: [PATCH -tip] ftrace: ktime.h not included in ftrace.h
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@...inklabs.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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists