]> git.karo-electronics.de Git - karo-tx-linux.git/commit
staging: speakup: fix warning for static declaration
authorGustavo A. R. Silva <garsilva@embeddedor.com>
Mon, 27 Mar 2017 06:37:29 +0000 (01:37 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 27 Mar 2017 11:49:22 +0000 (13:49 +0200)
commita15505e69cd2f8d0ebf566cd5c5838bd5c2d56e3
tree3c4b0626576f4e7e34a239fdf267f2795098450c
parent1c816bad41fea5470e8077ae4e661f3f9b5ada64
staging: speakup: fix warning for static declaration

Fix the following sparse warning:
symbol 'spk_serial_out' was not declared. Should it be static?

Signed-off-by: Gustavo A. R. Silva <garsilva@embeddedor.com>
Reviewed-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/speakup/serialio.c