diff options
-rw-r--r-- | include/trace/ftrace.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/trace/ftrace.h b/include/trace/ftrace.h index 60c5323bee64..39a3351f2e7f 100644 --- a/include/trace/ftrace.h +++ b/include/trace/ftrace.h | |||
@@ -160,8 +160,8 @@ ftrace_raw_output_##call(struct trace_iterator *iter, int flags) \ | |||
160 | static int \ | 160 | static int \ |
161 | ftrace_format_##call(struct trace_seq *s) \ | 161 | ftrace_format_##call(struct trace_seq *s) \ |
162 | { \ | 162 | { \ |
163 | struct ftrace_raw_##call field; \ | 163 | struct ftrace_raw_##call field __attribute__((unused)); \ |
164 | int ret; \ | 164 | int ret = 0; \ |
165 | \ | 165 | \ |
166 | tstruct; \ | 166 | tstruct; \ |
167 | \ | 167 | \ |