tracing/syscalls: Annotate raw_init function with __init
authorLi Zefan <lizefan@huawei.com>
Wed, 27 Mar 2013 06:15:37 +0000 (14:15 +0800)
committerSteven Rostedt <rostedt@goodmis.org>
Thu, 22 Aug 2013 02:24:52 +0000 (22:24 -0400)
commit3ddc77f6f4a58ee2e49e0e8c0216105c7f8ddd8c
tree13ff7a152977cfa81386fe0169f84fbd22eba732
parent9457158bbc0ee04ecef76862d73eecd8076e9c7b
tracing/syscalls: Annotate raw_init function with __init

init_syscall_trace() can only be called during kernel bootup only, so we can
mark it and the functions it calls as __init.

Link: http://lkml.kernel.org/r/51528E89.6080508@huawei.com
Signed-off-by: Li Zefan <lizefan@huawei.com>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
kernel/trace/trace_syscalls.c