diff options
Diffstat (limited to 'include/linux/ftrace.h')
-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 4936489f9ed8..6b232a2460c0 100644 --- a/include/linux/ftrace.h +++ b/include/linux/ftrace.h | |||
@@ -165,10 +165,12 @@ ftrace_special(unsigned long arg1, unsigned long arg2, unsigned long arg3) { } | |||
165 | #ifdef CONFIG_FTRACE_MCOUNT_RECORD | 165 | #ifdef CONFIG_FTRACE_MCOUNT_RECORD |
166 | extern void ftrace_init(void); | 166 | extern void ftrace_init(void); |
167 | extern void ftrace_init_module(unsigned long *start, unsigned long *end); | 167 | extern void ftrace_init_module(unsigned long *start, unsigned long *end); |
168 | extern void ftrace_release(void *start, unsigned long size); | ||
168 | #else | 169 | #else |
169 | static inline void ftrace_init(void) { } | 170 | static inline void ftrace_init(void) { } |
170 | static inline void | 171 | static inline void |
171 | ftrace_init_module(unsigned long *start, unsigned long *end) { } | 172 | ftrace_init_module(unsigned long *start, unsigned long *end) { } |
173 | static inline void ftrace_release(void *start, unsigned long size) { } | ||
172 | #endif | 174 | #endif |
173 | 175 | ||
174 | #endif /* _LINUX_FTRACE_H */ | 176 | #endif /* _LINUX_FTRACE_H */ |