From: Steven Noonan Date: Thu, 2 Oct 2008 19:00:07 +0000 (-0700) Subject: ftrace: ktime.h not included in ftrace.h X-Git-Tag: v2.6.28-rc1~78^2~21 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=eb7fa935274bb233686fdf7a53f40c5d9ee76ed6;p=linux-2.6-omap-h63xx.git ftrace: ktime.h not included in ftrace.h Including eliminates the following error: include/linux/ftrace.h:220: error: expected specifier-qualifier-list before 'ktime_t' Signed-off-by: Steven Noonan Signed-off-by: Ingo Molnar --- diff --git a/include/linux/ftrace.h b/include/linux/ftrace.h index deded114dff..ed53265d1f6 100644 --- a/include/linux/ftrace.h +++ b/include/linux/ftrace.h @@ -3,6 +3,7 @@ #include #include +#include #include #include #include