Skip to content

Commit 70a9aff

Browse files
tititiou36rostedt
authored andcommitted
seq_buf: Export seq_buf_puts()
Mark seq_buf_puts() which is part of the seq_buf API to be exported to kernel loadable GPL modules. Link: https://lkml.kernel.org/r/b9e3737f66ec2450221b492048ce0d9c65c84953.1698861216.git.christophe.jaillet@wanadoo.fr Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr> Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
1 parent 685b38c commit 70a9aff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/seq_buf.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ int seq_buf_puts(struct seq_buf *s, const char *str)
187187
seq_buf_set_overflow(s);
188188
return -1;
189189
}
190+
EXPORT_SYMBOL_GPL(seq_buf_puts);
190191

191192
/**
192193
* seq_buf_putc - sequence printing of simple character

0 commit comments

Comments
 (0)