mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-02-12 14:52:14 +00:00
b43legacy: Fix sparse warning
Fix a sparse warning about a nonstatic function. Signed-off-by: Michael Buesch <mb@bu3sch.de> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
9dcb5f477f
commit
cd73ba9112
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user