mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-26 22:24:09 +08:00
[PATCH] b43: Make b43_stop() static
This fixes a sparse warning. Signed-off-by: Michael Buesch <mb@bu3sch.de> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
923403b807
commit
023384faf6
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user