staging: wilc1000: make function wilc_get_stats_async static

Makes local function wilc_get_stats_async() static

Cleans up sparse warning:
symbol 'wilc_get_stats_async' was not declared. Should it be static?

Signed-off-by: Marko Stankovic <dartnorris@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Marko Stankovic 2018-12-25 23:35:31 +01:00 committed by Greg Kroah-Hartman
parent bfeffd1552
commit 2f6fa4ca37
1 changed files with 1 additions and 1 deletions

View File

@ -1992,7 +1992,7 @@ int wilc_get_rssi(struct wilc_vif *vif, s8 *rssi_level)
return result;
}
int wilc_get_stats_async(struct wilc_vif *vif, struct rf_info *stats)
static int wilc_get_stats_async(struct wilc_vif *vif, struct rf_info *stats)
{
int result;
struct host_if_msg *msg;