Commit d35dc739 authored by Arik Nemtsov's avatar Arik Nemtsov Committed by Luciano Coelho

wlcore: fix sparse warnings related to static functions

The "static" modifier was mistakenly forgotten for some functions.
Signed-off-by: default avatarArik Nemtsov <arik@wizery.com>
Signed-off-by: default avatarLuciano Coelho <coelho@ti.com>
parent b5d6d9b2
......@@ -1098,7 +1098,7 @@ static struct ieee80211_sta_ht_cap wl18xx_mimo_ht_cap = {
},
};
int __devinit wl18xx_probe(struct platform_device *pdev)
static int __devinit wl18xx_probe(struct platform_device *pdev)
{
struct wl1271 *wl;
struct ieee80211_hw *hw;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment