Commit 2f6fa4ca authored by Marko Stankovic's avatar Marko Stankovic Committed by Greg Kroah-Hartman
Browse files

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: default avatarMarko Stankovic <dartnorris@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent bfeffd15
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;