diff options
-rw-r--r-- | fs/pstore/ftrace.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/fs/pstore/ftrace.c b/fs/pstore/ftrace.c index 2d57e1ac0115..43b12807a51d 100644 --- a/fs/pstore/ftrace.c +++ b/fs/pstore/ftrace.c | |||
@@ -28,7 +28,9 @@ | |||
28 | #include "internal.h" | 28 | #include "internal.h" |
29 | 29 | ||
30 | static void notrace pstore_ftrace_call(unsigned long ip, | 30 | static void notrace pstore_ftrace_call(unsigned long ip, |
31 | unsigned long parent_ip) | 31 | unsigned long parent_ip, |
32 | struct ftrace_ops *op, | ||
33 | struct pt_regs *regs) | ||
32 | { | 34 | { |
33 | unsigned long flags; | 35 | unsigned long flags; |
34 | struct pstore_ftrace_record rec = {}; | 36 | struct pstore_ftrace_record rec = {}; |