Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 257100
b: refs/heads/master
c: bd38c0e
h: refs/heads/master
v: v3
  • Loading branch information
Paul McQuade authored and Steven Rostedt committed Jun 15, 2011
1 parent 7ef0ade commit ee5b268
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: cf30cf67d6c7592c670ec946d89fc15ee0deb0eb
refs/heads/master: bd38c0e6f98326132a691d73b2056b426423c638
7 changes: 2 additions & 5 deletions trunk/kernel/trace/ftrace.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@

#include <trace/events/sched.h>

#include <asm/ftrace.h>
#include <asm/setup.h>

#include "trace_output.h"
Expand Down Expand Up @@ -82,8 +81,7 @@ static int ftrace_disabled __read_mostly;

static DEFINE_MUTEX(ftrace_lock);

static struct ftrace_ops ftrace_list_end __read_mostly =
{
static struct ftrace_ops ftrace_list_end __read_mostly = {
.func = ftrace_stub,
};

Expand Down Expand Up @@ -785,8 +783,7 @@ static void unregister_ftrace_profiler(void)
unregister_ftrace_graph();
}
#else
static struct ftrace_ops ftrace_profile_ops __read_mostly =
{
static struct ftrace_ops ftrace_profile_ops __read_mostly = {
.func = function_profile_call,
};

Expand Down

0 comments on commit ee5b268

Please sign in to comment.