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

[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
......@@ -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;
......
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