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

Commit 023384fa authored by Michael Buesch's avatar Michael Buesch Committed by John W. Linville
Browse files

[PATCH] b43: Make b43_stop() static



This fixes a sparse warning.

Signed-off-by: default avatarMichael Buesch <mb@bu3sch.de>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 923403b8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3520,7 +3520,7 @@ static int b43_start(struct ieee80211_hw *hw)
	return err;
}

void b43_stop(struct ieee80211_hw *hw)
static void b43_stop(struct ieee80211_hw *hw)
{
	struct b43_wl *wl = hw_to_b43_wl(hw);
	struct b43_wldev *dev = wl->current_dev;