tracing: Fix some section mismatch warnings
authorLi Zefan <lizefan@huawei.com>
Mon, 4 Mar 2013 06:15:59 +0000 (14:15 +0800)
committerSteven Rostedt <rostedt@goodmis.org>
Fri, 15 Mar 2013 04:34:54 +0000 (00:34 -0400)
commit523c81135bb23b2d9a8c21365d90d21b1309c138
treebbecc47a046a3c2a6be1996d1bfdc3e902b96aa3
parent315326c16ad08771fe0f075a08a18c99976f29f5
tracing: Fix some section mismatch warnings

As we've added __init annotation to field-defining functions, we should
add __refdata annotation to event_call variables, which reference those
functions.

Link: http://lkml.kernel.org/r/51343C1F.2050502@huawei.com
Reported-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Li Zefan <lizefan@huawei.com>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
include/trace/ftrace.h
kernel/trace/trace_export.c
kernel/trace/trace_syscalls.c