diff options
Diffstat (limited to 'arch/sh')
-rw-r--r-- | arch/sh/kernel/ftrace.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/kernel/ftrace.c b/arch/sh/kernel/ftrace.c index 493997541d2c..3c74f53db6db 100644 --- a/arch/sh/kernel/ftrace.c +++ b/arch/sh/kernel/ftrace.c | |||
@@ -272,7 +272,7 @@ int ftrace_make_call(struct dyn_ftrace *rec, unsigned long addr) | |||
272 | return ftrace_modify_code(rec->ip, old, new); | 272 | return ftrace_modify_code(rec->ip, old, new); |
273 | } | 273 | } |
274 | 274 | ||
275 | int __init ftrace_dyn_arch_init(void *data) | 275 | int __init ftrace_dyn_arch_init(void) |
276 | { | 276 | { |
277 | return 0; | 277 | return 0; |
278 | } | 278 | } |