diff options
Diffstat (limited to 'include/trace/ftrace.h')
-rw-r--r-- | include/trace/ftrace.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/trace/ftrace.h b/include/trace/ftrace.h index 46d81b5e8610..b250b0616571 100644 --- a/include/trace/ftrace.h +++ b/include/trace/ftrace.h | |||
@@ -151,7 +151,8 @@ | |||
151 | #undef TRACE_EVENT | 151 | #undef TRACE_EVENT |
152 | #define TRACE_EVENT(call, proto, args, tstruct, func, print) \ | 152 | #define TRACE_EVENT(call, proto, args, tstruct, func, print) \ |
153 | static int \ | 153 | static int \ |
154 | ftrace_format_##call(struct trace_seq *s) \ | 154 | ftrace_format_##call(struct ftrace_event_call *unused, \ |
155 | struct trace_seq *s) \ | ||
155 | { \ | 156 | { \ |
156 | struct ftrace_raw_##call field __attribute__((unused)); \ | 157 | struct ftrace_raw_##call field __attribute__((unused)); \ |
157 | int ret = 0; \ | 158 | int ret = 0; \ |