aboutsummaryrefslogtreecommitdiffstats
path: root/include/trace
diff options
context:
space:
mode:
Diffstat (limited to 'include/trace')
-rw-r--r--include/trace/ftrace.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/include/trace/ftrace.h b/include/trace/ftrace.h
index 6f540123d43e..e718a917d897 100644
--- a/include/trace/ftrace.h
+++ b/include/trace/ftrace.h
@@ -84,12 +84,7 @@
84 84
85#undef TRACE_EVENT_FLAGS 85#undef TRACE_EVENT_FLAGS
86#define TRACE_EVENT_FLAGS(name, value) \ 86#define TRACE_EVENT_FLAGS(name, value) \
87 static int __init trace_init_flags_##name(void) \ 87 __TRACE_EVENT_FLAGS(name, value)
88 { \
89 event_##name.flags = value; \
90 return 0; \
91 } \
92 early_initcall(trace_init_flags_##name);
93 88
94#include TRACE_INCLUDE(TRACE_INCLUDE_FILE) 89#include TRACE_INCLUDE(TRACE_INCLUDE_FILE)
95 90