staging: most: core: make functions print_links and most_match static
authorColin Ian King <colin.king@canonical.com>
Sun, 10 Dec 2017 23:20:58 +0000 (23:20 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 13 Dec 2017 11:50:33 +0000 (12:50 +0100)
commit845c31de4ce7e2329b93fec9b54f1121240d0e5f
tree5f8f4b9131882173dd203bfd4505498246fdca4c
parent5826e028de7f2db8d8deebf2102cd79086729200
staging: most: core: make functions print_links and most_match static

The functions print_links and most_match static are local to the source
and do not need to be in global scope, so make them static.

Cleans up sparse warnings:
symbol 'print_links' was not declared. Should it be static?
symbol 'most_match' was not declared. Should it be static?

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/most/core.c