diff options
Diffstat (limited to 'kernel/trace')
-rw-r--r-- | kernel/trace/ftrace.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/kernel/trace/ftrace.c b/kernel/trace/ftrace.c index 07b2a14943f8..a3e47f43f8a0 100644 --- a/kernel/trace/ftrace.c +++ b/kernel/trace/ftrace.c | |||
@@ -50,9 +50,6 @@ static struct ftrace_ops ftrace_list_end __read_mostly = | |||
50 | static struct ftrace_ops *ftrace_list __read_mostly = &ftrace_list_end; | 50 | static struct ftrace_ops *ftrace_list __read_mostly = &ftrace_list_end; |
51 | ftrace_func_t ftrace_trace_function __read_mostly = ftrace_stub; | 51 | ftrace_func_t ftrace_trace_function __read_mostly = ftrace_stub; |
52 | 52 | ||
53 | /* mcount is defined per arch in assembly */ | ||
54 | EXPORT_SYMBOL(mcount); | ||
55 | |||
56 | void ftrace_list_func(unsigned long ip, unsigned long parent_ip) | 53 | void ftrace_list_func(unsigned long ip, unsigned long parent_ip) |
57 | { | 54 | { |
58 | struct ftrace_ops *op = ftrace_list; | 55 | struct ftrace_ops *op = ftrace_list; |