diff options
Diffstat (limited to 'include')
-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 a3d46151be19..9623b7b9e5a5 100644 --- a/include/linux/ftrace.h +++ b/include/linux/ftrace.h | |||
@@ -165,6 +165,8 @@ static inline void __ftrace_enabled_restore(int enabled) | |||
165 | #endif | 165 | #endif |
166 | 166 | ||
167 | #ifdef CONFIG_TRACING | 167 | #ifdef CONFIG_TRACING |
168 | extern int ftrace_dump_on_oops; | ||
169 | |||
168 | extern void | 170 | extern void |
169 | ftrace_special(unsigned long arg1, unsigned long arg2, unsigned long arg3); | 171 | ftrace_special(unsigned long arg1, unsigned long arg2, unsigned long arg3); |
170 | 172 | ||