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

Commit cd73ba91 authored by Michael Buesch's avatar Michael Buesch Committed by Jeff Garzik
Browse files

b43legacy: Fix sparse warning



Fix a sparse warning about a nonstatic function.

Signed-off-by: default avatarMichael Buesch <mb@bu3sch.de>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 9dcb5f47
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3335,7 +3335,7 @@ out_mutex_unlock:
	return err;
}

void b43legacy_stop(struct ieee80211_hw *hw)
static void b43legacy_stop(struct ieee80211_hw *hw)
{
	struct b43legacy_wl *wl = hw_to_b43legacy_wl(hw);
	struct b43legacy_wldev *dev = wl->current_dev;