Commit f2252935 authored by Ingo Molnar's avatar Ingo Molnar

namespacecheck: fixes

Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment