diff options
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/ftrace.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/ftrace.h b/include/linux/ftrace.h index 703eb53cfa2b..899ec4b26b6c 100644 --- a/include/linux/ftrace.h +++ b/include/linux/ftrace.h | |||
@@ -181,6 +181,8 @@ static inline void __ftrace_enabled_restore(int enabled) | |||
181 | #endif | 181 | #endif |
182 | 182 | ||
183 | #ifdef CONFIG_TRACING | 183 | #ifdef CONFIG_TRACING |
184 | extern int ftrace_dump_on_oops; | ||
185 | |||
184 | extern void | 186 | extern void |
185 | ftrace_special(unsigned long arg1, unsigned long arg2, unsigned long arg3); | 187 | ftrace_special(unsigned long arg1, unsigned long arg2, unsigned long arg3); |
186 | 188 | ||