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

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
...@@ -3335,7 +3335,7 @@ static int b43legacy_start(struct ieee80211_hw *hw) ...@@ -3335,7 +3335,7 @@ static int b43legacy_start(struct ieee80211_hw *hw)
return err; 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_wl *wl = hw_to_b43legacy_wl(hw);
struct b43legacy_wldev *dev = wl->current_dev; struct b43legacy_wldev *dev = wl->current_dev;
......
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