mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 06:31:49 +00:00
namespacecheck: fixes
Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
parent
e765ee90da
commit
f22529351f
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user