Skip to content

Commit

Permalink
[PATCH] b43: Make b43_stop() static
Browse files Browse the repository at this point in the history
This fixes a sparse warning.

Signed-off-by: Michael Buesch <mb@bu3sch.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
  • Loading branch information
Michael Buesch authored and John W. Linville committed Oct 18, 2007
1 parent 923403b commit 023384f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/wireless/b43/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 023384f

Please sign in to comment.