aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/linux/ftrace.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/ftrace.h b/include/linux/ftrace.h
index ffbbd54a720e..b482fe88bc04 100644
--- a/include/linux/ftrace.h
+++ b/include/linux/ftrace.h
@@ -122,7 +122,7 @@ static inline void tracer_disable(void)
122# define trace_preempt_off(a0, a1) do { } while (0) 122# define trace_preempt_off(a0, a1) do { } while (0)
123#endif 123#endif
124 124
125#ifdef CONFIG_CONTEXT_SWITCH_TRACER 125#ifdef CONFIG_TRACING
126extern void 126extern void
127ftrace_special(unsigned long arg1, unsigned long arg2, unsigned long arg3); 127ftrace_special(unsigned long arg1, unsigned long arg2, unsigned long arg3);
128#else 128#else