From: Ingo Molnar Date: Thu, 2 Oct 2008 15:45:47 +0000 (+0200) Subject: tracing/fastboot: build fix X-Git-Tag: v2.6.28-rc1~78^2~22 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3e1932ad59726d794a865cc159c0593d54bf0cb6;p=profile%2Fivi%2Fkernel-x86-ivi.git tracing/fastboot: build fix fix: In file included from kernel/sysctl.c:52: include/linux/ftrace.h:217: error: 'KSYM_NAME_LEN' undeclared here (not in a function) Signed-off-by: Ingo Molnar --- diff --git a/include/linux/ftrace.h b/include/linux/ftrace.h index e672e51..deded11 100644 --- a/include/linux/ftrace.h +++ b/include/linux/ftrace.h @@ -1,14 +1,14 @@ #ifndef _LINUX_FTRACE_H #define _LINUX_FTRACE_H -#ifdef CONFIG_FTRACE - #include #include #include #include #include +#ifdef CONFIG_FTRACE + extern int ftrace_enabled; extern int ftrace_enable_sysctl(struct ctl_table *table, int write,