]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
staging: lustre: echo_client: fix sparse declaration warnings
authorZoltán Lajos Kis <zoltan.lajos.kis@gmail.com>
Sun, 2 Aug 2015 17:22:30 +0000 (19:22 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 4 Aug 2015 00:51:47 +0000 (17:51 -0700)
commit5b34cd299319584f9fd342a5c01af83440d512bd
treeec5dba13e2b93d2d992efe646503924299249f9d
parent5bb546f755380aa5129e480fb0cf04c0655ce13a
staging: lustre: echo_client: fix sparse declaration warnings

Fixes the following sparse warnings:

drivers/staging/lustre/lustre/obdecho/echo_client.c:2142:5: warning: symbol 'echo_client_init' was not declared. Should it be static?
drivers/staging/lustre/lustre/obdecho/echo_client.c:2157:6: warning: symbol 'echo_client_exit' was not declared. Should it be static?

Signed-off-by: Zoltán Lajos Kis <zoltan.lajos.kis@gmail.com>"
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/obdecho/echo_client.c