aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/linux/trace_seq.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/trace_seq.h b/include/linux/trace_seq.h
index 15ca2c71af13..37db9bdfbc1a 100644
--- a/include/linux/trace_seq.h
+++ b/include/linux/trace_seq.h
@@ -42,7 +42,6 @@ extern int trace_seq_path(struct trace_seq *s, struct path *path);
42 42
43#else /* CONFIG_TRACING */ 43#else /* CONFIG_TRACING */
44static inline int trace_seq_printf(struct trace_seq *s, const char *fmt, ...) 44static inline int trace_seq_printf(struct trace_seq *s, const char *fmt, ...)
45 __attribute__ ((format (printf, 2, 3)))
46{ 45{
47 return 0; 46 return 0;
48} 47}