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)
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>

No differences found