diff options
-rw-r--r-- | include/linux/trace_seq.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/trace_seq.h b/include/linux/trace_seq.h index 37db9bdfbc1a..ba9627f00d3f 100644 --- a/include/linux/trace_seq.h +++ b/include/linux/trace_seq.h | |||
@@ -63,7 +63,7 @@ static inline int trace_seq_puts(struct trace_seq *s, const char *str) | |||
63 | { | 63 | { |
64 | return 0; | 64 | return 0; |
65 | } | 65 | } |
66 | static inline int trace_seq_putc(struct trace_seq *s, unsigned char c); | 66 | static inline int trace_seq_putc(struct trace_seq *s, unsigned char c) |
67 | { | 67 | { |
68 | return 0; | 68 | return 0; |
69 | } | 69 | } |