aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/trace/ftrace.h4
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) \
160static int \ 160static int \
161ftrace_format_##call(struct trace_seq *s) \ 161ftrace_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 \