Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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 wl1271 *wl;
	struct ieee80211_hw *hw;
	struct ieee80211_hw *hw;