From: Marko Stankovic Date: Tue, 25 Dec 2018 22:35:31 +0000 (+0100) Subject: staging: wilc1000: make function wilc_get_stats_async static X-Git-Tag: rel_imx_5.10.35_2.0.0-somdevices.0~5215^2~252 X-Git-Url: https://git.somdevices.com/?a=commitdiff_plain;h=2f6fa4ca37c57e56ea535c947f60060c69a3dc03;p=linux.git 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 Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/wilc1000/host_interface.c b/drivers/staging/wilc1000/host_interface.c index 70c854d939ce..5dae6e7155d3 100644 --- a/drivers/staging/wilc1000/host_interface.c +++ b/drivers/staging/wilc1000/host_interface.c @@ -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;