rslib: Make some functions static
authorYueHaibing <yuehaibing@huawei.com>
Tue, 2 Jul 2019 06:18:47 +0000 (14:18 +0800)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 2 Jul 2019 06:41:37 +0000 (08:41 +0200)
commitede7c247abfaeef62484cfff320b072ec2b1dca0
tree501347d89fd025ce2d423631c80370532127ff3c
parent991305dee585dd9e3107b2e253778ed02ee3fbd1
rslib: Make some functions static

Fix sparse warnings:

lib/reed_solomon/test_rslib.c:313:5: warning: symbol 'ex_rs_helper' was not declared. Should it be static?
lib/reed_solomon/test_rslib.c:349:5: warning: symbol 'exercise_rs' was not declared. Should it be static?
lib/reed_solomon/test_rslib.c:407:5: warning: symbol 'exercise_rs_bc' was not declared. Should it be static?

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: <ferdinand.blomqvist@gmail.com>
Link: https://lkml.kernel.org/r/20190702061847.26060-1-yuehaibing@huawei.com
lib/reed_solomon/test_rslib.c