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

Commit 83d58d53 authored by Wei Yongjun's avatar Wei Yongjun Committed by Kalle Valo
Browse files

libertas: fix non static symbol warning



Fixes the following sparse warning:

drivers/net/wireless/marvell/libertas/cfg.c:2047:5: warning:
 symbol 'lbs_set_power_mgmt' was not declared. Should it be static?

Signed-off-by: default avatarWei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: default avatarKalle Valo <kvalo@codeaurora.org>
parent 1bea0512
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2044,7 +2044,7 @@ static int lbs_leave_ibss(struct wiphy *wiphy, struct net_device *dev)



int lbs_set_power_mgmt(struct wiphy *wiphy, struct net_device *dev,
static int lbs_set_power_mgmt(struct wiphy *wiphy, struct net_device *dev,
			      bool enabled, int timeout)
{
	struct lbs_private *priv = wiphy_priv(wiphy);