diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/ftrace.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/ftrace.h b/include/linux/ftrace.h index 41df6f501656..028e26f0bf08 100644 --- a/include/linux/ftrace.h +++ b/include/linux/ftrace.h | |||
@@ -339,6 +339,7 @@ static inline int ftrace_text_reserved(void *start, void *end) | |||
339 | * functions may still be called. Use a macro instead of inline. | 339 | * functions may still be called. Use a macro instead of inline. |
340 | */ | 340 | */ |
341 | #define ftrace_regex_open(ops, flag, inod, file) ({ -ENODEV; }) | 341 | #define ftrace_regex_open(ops, flag, inod, file) ({ -ENODEV; }) |
342 | #define ftrace_set_early_filter(ops, buf, enable) do { } while (0) | ||
342 | 343 | ||
343 | static inline ssize_t ftrace_filter_write(struct file *file, const char __user *ubuf, | 344 | static inline ssize_t ftrace_filter_write(struct file *file, const char __user *ubuf, |
344 | size_t cnt, loff_t *ppos) { return -ENODEV; } | 345 | size_t cnt, loff_t *ppos) { return -ENODEV; } |