summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Konovalov <andrey.konovalov@linaro.org>2013-09-11 21:51:25 +0400
committerAndrey Konovalov <andrey.konovalov@linaro.org>2013-10-22 01:04:20 +0400
commit4905fe548cad64defc0070de9a4afafe172559d5 (patch)
tree4b0b2b12516955c5478143219cbcf3499603ee75
parent840e617735c5d5b748ac2d10c5c67c4b2e217942 (diff)
Fix the compilation error in the android topictracking-linaro-android-3.12-fixup-llct-20131022.0
Temporary fix until the issue is fixed in the topic itself. Signed-off-by: Andrey Konovalov <andrey.konovalov@linaro.org>
-rw-r--r--kernel/trace/trace_functions_graph.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/kernel/trace/trace_functions_graph.c b/kernel/trace/trace_functions_graph.c
index 372c83543e5f..6bcdee71a9e4 100644
--- a/kernel/trace/trace_functions_graph.c
+++ b/kernel/trace/trace_functions_graph.c
@@ -1439,20 +1439,6 @@ static int func_graph_set_flag(u32 old_flags, u32 bit, int set)
return 0;
}
-static struct trace_event_functions graph_functions = {
- .trace = print_graph_function_event,
-};
-
-static struct trace_event graph_trace_entry_event = {
- .type = TRACE_GRAPH_ENT,
- .funcs = &graph_functions,
-};
-
-static struct trace_event graph_trace_ret_event = {
- .type = TRACE_GRAPH_RET,
- .funcs = &graph_functions
-};
-
static struct tracer graph_trace __tracer_data = {
.name = "function_graph",
.open = graph_trace_open,