diff options
-rw-r--r-- | include/trace/define_trace.h | 2 | ||||
-rw-r--r-- | include/trace/trace_events.h (renamed from include/trace/ftrace.h) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/include/trace/define_trace.h b/include/trace/define_trace.h index 02e1003568a4..b13ba2fc76f7 100644 --- a/include/trace/define_trace.h +++ b/include/trace/define_trace.h | |||
@@ -87,7 +87,7 @@ | |||
87 | #define DECLARE_TRACE(name, proto, args) | 87 | #define DECLARE_TRACE(name, proto, args) |
88 | 88 | ||
89 | #ifdef CONFIG_EVENT_TRACING | 89 | #ifdef CONFIG_EVENT_TRACING |
90 | #include <trace/ftrace.h> | 90 | #include <trace/trace_events.h> |
91 | #endif | 91 | #endif |
92 | 92 | ||
93 | #undef TRACE_EVENT | 93 | #undef TRACE_EVENT |
diff --git a/include/trace/ftrace.h b/include/trace/trace_events.h index 37d4b10b111d..37d4b10b111d 100644 --- a/include/trace/ftrace.h +++ b/include/trace/trace_events.h | |||