Skip to content

Commit

Permalink
b43legacy: Fix sparse warning
Browse files Browse the repository at this point in the history
Fix a sparse warning about a nonstatic function.

Signed-off-by: Michael Buesch <[email protected]>
Signed-off-by: John W. Linville <[email protected]>
  • Loading branch information
Michael Buesch authored and Jeff Garzik committed Nov 10, 2007
1 parent 9dcb5f4 commit cd73ba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/wireless/b43legacy/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -3335,7 +3335,7 @@ static int b43legacy_start(struct ieee80211_hw *hw)
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;
Expand Down

0 comments on commit cd73ba9

Please sign in to comment.