提交 f2252935 编写于 作者: I Ingo Molnar

namespacecheck: fixes

Signed-off-by: NIngo Molnar <mingo@elte.hu>
上级 e765ee90
......@@ -50,7 +50,7 @@ static struct ftrace_ops ftrace_list_end __read_mostly =
static struct ftrace_ops *ftrace_list __read_mostly = &ftrace_list_end;
ftrace_func_t ftrace_trace_function __read_mostly = ftrace_stub;
void ftrace_list_func(unsigned long ip, unsigned long parent_ip)
static void ftrace_list_func(unsigned long ip, unsigned long parent_ip)
{
struct ftrace_ops *op = ftrace_list;
......
......@@ -196,7 +196,7 @@ static void tracing_sched_unregister(void)
&ctx_trace);
}
void tracing_start_sched_switch(void)
static void tracing_start_sched_switch(void)
{
long ref;
......@@ -205,7 +205,7 @@ void tracing_start_sched_switch(void)
tracing_sched_register();
}
void tracing_stop_sched_switch(void)
static void tracing_stop_sched_switch(void)
{
long ref;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册