The seq_put_hex_ll symbol should be exported to allow dynamically loaded modules to call the function. Signed-off-by: Torin Carey <torin@xxxxxxxxx> --- fs/seq_file.c | 1 + 1 file changed, 1 insertion(+) diff --git a/fs/seq_file.c b/fs/seq_file.c index 1600034a929b..9382d3b335fa 100644 --- a/fs/seq_file.c +++ b/fs/seq_file.c @@ -772,6 +772,7 @@ void seq_put_hex_ll(struct seq_file *m, const char *delimiter, } m->count += len; } +EXPORT_SYMBOL(seq_put_hex_ll); void seq_put_decimal_ll(struct seq_file *m, const char *delimiter, long long num) { -- 2.20.1