diff options
Diffstat (limited to 'include/linux/ftrace_event.h')
-rw-r--r-- | include/linux/ftrace_event.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/ftrace_event.h b/include/linux/ftrace_event.h index 07e0a6d64a24..78a9ba24cbf6 100644 --- a/include/linux/ftrace_event.h +++ b/include/linux/ftrace_event.h | |||
@@ -56,6 +56,7 @@ typedef enum print_line_t (*trace_print_func)(struct trace_iterator *iter, | |||
56 | int flags); | 56 | int flags); |
57 | struct trace_event { | 57 | struct trace_event { |
58 | struct hlist_node node; | 58 | struct hlist_node node; |
59 | struct list_head list; | ||
59 | int type; | 60 | int type; |
60 | trace_print_func trace; | 61 | trace_print_func trace; |
61 | trace_print_func raw; | 62 | trace_print_func raw; |