aboutsummaryrefslogtreecommitdiffstats
path: root/include/trace/syscall.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/trace/syscall.h')
-rw-r--r--include/trace/syscall.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/trace/syscall.h b/include/trace/syscall.h
index 8cfe515cbc47..c55fcce4fbb2 100644
--- a/include/trace/syscall.h
+++ b/include/trace/syscall.h
@@ -19,7 +19,6 @@ struct syscall_metadata {
19}; 19};
20 20
21#ifdef CONFIG_FTRACE_SYSCALLS 21#ifdef CONFIG_FTRACE_SYSCALLS
22extern void arch_init_ftrace_syscalls(void);
23extern struct syscall_metadata *syscall_nr_to_meta(int nr); 22extern struct syscall_metadata *syscall_nr_to_meta(int nr);
24extern void start_ftrace_syscalls(void); 23extern void start_ftrace_syscalls(void);
25extern void stop_ftrace_syscalls(void); 24extern void stop_ftrace_syscalls(void);