Merge branches 'tracing/kmemtrace2' and 'tracing/ftrace' into tracing/urgent
[sfrench/cifs-2.6.git] / kernel / trace / trace_functions_graph.c
index 8516e4f09e1b4559c8b450183f70c0cb39614950..3c545984816f35654b5fb8a72735bec75e9950f8 100644 (file)
@@ -12,6 +12,7 @@
 #include <linux/fs.h>
 
 #include "trace.h"
+#include "trace_output.h"
 
 #define TRACE_GRAPH_INDENT     2
 
@@ -589,9 +590,6 @@ print_graph_comment(struct print_entry *trace, struct trace_seq *s,
        if (!ret)
                return TRACE_TYPE_PARTIAL_LINE;
 
-       if (ent->flags & TRACE_FLAG_CONT)
-               trace_seq_print_cont(s, iter);
-
        /* Strip ending newline */
        if (s->buffer[s->len - 1] == '\n') {
                s->buffer[s->len - 1] = '\0';