Skip to content

Commit 685b38c

Browse files
tititiou36rostedt
authored andcommitted
seq_buf: Export seq_buf_putc()
Mark seq_buf_putc() which is part of the seq_buf API to be exported to kernel loadable GPL modules. Link: https://lkml.kernel.org/r/5c9a5ed97ac37dbdcd9c1e7bcbdec9ac166e79be.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 407c672 commit 685b38c

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
@@ -208,6 +208,7 @@ int seq_buf_putc(struct seq_buf *s, unsigned char c)
208208
seq_buf_set_overflow(s);
209209
return -1;
210210
}
211+
EXPORT_SYMBOL_GPL(seq_buf_putc);
211212

212213
/**
213214
* seq_buf_putmem - write raw data into the sequenc buffer

0 commit comments

Comments
 (0)