From 67c141e39b8756e768e5aef3d38ce36e6de8a731 Mon Sep 17 00:00:00 2001 From: Frederic Weisbecker Date: Thu, 18 Nov 2010 02:21:26 +0100 Subject: [PATCH] --- yaml --- r: 223825 b: refs/heads/master c: 423478cde453eebdfcfebf4b8d378d8f5d49b853 h: refs/heads/master i: 223823: 784dced5711008fa6c3eb37192f1d83919a76d82 v: v3 --- [refs] | 2 +- trunk/include/linux/syscalls.h | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/[refs] b/[refs] index 2b3a91fab705..faa94ba1f731 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 53cf810b1934f08a68e131aeeb16267a778f43df +refs/heads/master: 423478cde453eebdfcfebf4b8d378d8f5d49b853 diff --git a/trunk/include/linux/syscalls.h b/trunk/include/linux/syscalls.h index 13b9731d30cf..18cd0684fc4e 100644 --- a/trunk/include/linux/syscalls.h +++ b/trunk/include/linux/syscalls.h @@ -127,8 +127,6 @@ extern struct trace_event_functions exit_syscall_print_funcs; #define SYSCALL_TRACE_ENTER_EVENT(sname) \ static struct syscall_metadata \ __attribute__((__aligned__(4))) __syscall_meta_##sname; \ - static struct ftrace_event_call \ - __attribute__((__aligned__(4))) event_enter_##sname; \ static struct ftrace_event_call __used \ __attribute__((__aligned__(4))) \ __attribute__((section("_ftrace_events"))) \ @@ -143,8 +141,6 @@ extern struct trace_event_functions exit_syscall_print_funcs; #define SYSCALL_TRACE_EXIT_EVENT(sname) \ static struct syscall_metadata \ __attribute__((__aligned__(4))) __syscall_meta_##sname; \ - static struct ftrace_event_call \ - __attribute__((__aligned__(4))) event_exit_##sname; \ static struct ftrace_event_call __used \ __attribute__((__aligned__(4))) \ __attribute__((section("_ftrace_events"))) \