diff options
Diffstat (limited to 'include/trace')
-rw-r--r-- | include/trace/syscall.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/trace/syscall.h b/include/trace/syscall.h index 51ee17d3632a..5f8827c92db7 100644 --- a/include/trace/syscall.h +++ b/include/trace/syscall.h | |||
@@ -37,8 +37,6 @@ extern unsigned long arch_syscall_addr(int nr); | |||
37 | extern int syscall_name_to_nr(char *name); | 37 | extern int syscall_name_to_nr(char *name); |
38 | void set_syscall_enter_id(int num, int id); | 38 | void set_syscall_enter_id(int num, int id); |
39 | void set_syscall_exit_id(int num, int id); | 39 | void set_syscall_exit_id(int num, int id); |
40 | extern struct trace_event event_syscall_enter; | ||
41 | extern struct trace_event event_syscall_exit; | ||
42 | 40 | ||
43 | extern int syscall_enter_format(struct ftrace_event_call *call, | 41 | extern int syscall_enter_format(struct ftrace_event_call *call, |
44 | struct trace_seq *s); | 42 | struct trace_seq *s); |