diff options
Diffstat (limited to 'kernel/trace/trace_output.h')
-rw-r--r-- | kernel/trace/trace_output.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kernel/trace/trace_output.h b/kernel/trace/trace_output.h index b2c14615e0cd..1cbab5e3dc99 100644 --- a/kernel/trace/trace_output.h +++ b/kernel/trace/trace_output.h | |||
@@ -16,7 +16,8 @@ struct trace_event { | |||
16 | trace_print_func binary; | 16 | trace_print_func binary; |
17 | }; | 17 | }; |
18 | 18 | ||
19 | extern int trace_seq_printf(struct trace_seq *s, const char *fmt, ...); | 19 | extern int trace_seq_printf(struct trace_seq *s, const char *fmt, ...) |
20 | __attribute__ ((format (printf, 2, 3))); | ||
20 | extern int | 21 | extern int |
21 | seq_print_ip_sym(struct trace_seq *s, unsigned long ip, | 22 | seq_print_ip_sym(struct trace_seq *s, unsigned long ip, |
22 | unsigned long sym_flags); | 23 | unsigned long sym_flags); |