diff options
Diffstat (limited to 'kernel/trace/trace_functions_graph.c')
-rw-r--r-- | kernel/trace/trace_functions_graph.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/trace/trace_functions_graph.c b/kernel/trace/trace_functions_graph.c index deff11200261..b86dd4d8c6a6 100644 --- a/kernel/trace/trace_functions_graph.c +++ b/kernel/trace/trace_functions_graph.c | |||
@@ -1505,7 +1505,6 @@ static struct tracer graph_trace __tracer_data = { | |||
1505 | .pipe_open = graph_trace_open, | 1505 | .pipe_open = graph_trace_open, |
1506 | .close = graph_trace_close, | 1506 | .close = graph_trace_close, |
1507 | .pipe_close = graph_trace_close, | 1507 | .pipe_close = graph_trace_close, |
1508 | .wait_pipe = poll_wait_pipe, | ||
1509 | .init = graph_trace_init, | 1508 | .init = graph_trace_init, |
1510 | .reset = graph_trace_reset, | 1509 | .reset = graph_trace_reset, |
1511 | .print_line = print_graph_function, | 1510 | .print_line = print_graph_function, |