dect
/
linux-2.6
Archived
13
0
Fork 0

namespacecheck: fixes

Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
Ingo Molnar 2008-05-22 10:37:48 +02:00
parent e765ee90da
commit f22529351f
2 changed files with 3 additions and 3 deletions

View File

@ -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;

View File

@ -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;