提交 b8752064 编写于 作者: Q Qiujun Huang 提交者: Steven Rostedt (Google)

tracing: Remove unused __bad_type_size() method

__bad_type_size() is unused after
commit 04ae87a5("ftrace: Rework event_create_dir()").
So, remove it.

Link: https://lkml.kernel.org/r/D062EC2E-7DB7-4402-A67E-33C3577F551E@gmail.comAcked-by: NMasami Hiramatsu (Google) <mhiramat@kernel.org>
Signed-off-by: NQiujun Huang <hqjagain@gmail.com>
Signed-off-by: NSteven Rostedt (Google) <rostedt@goodmis.org>
上级 1b5f1c34
......@@ -201,8 +201,6 @@ print_syscall_exit(struct trace_iterator *iter, int flags,
return trace_handle_return(s);
}
extern char *__bad_type_size(void);
#define SYSCALL_FIELD(_type, _name) { \
.type = #_type, .name = #_name, \
.size = sizeof(_type), .align = __alignof__(_type), \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册