From: Michael Buesch Date: Wed, 7 Nov 2007 20:21:55 +0000 (+0100) Subject: b43legacy: Fix sparse warning X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=cd73ba911248ea3620cd201deda58f0b532ce429;p=linux-beck.git b43legacy: Fix sparse warning Fix a sparse warning about a nonstatic function. Signed-off-by: Michael Buesch Signed-off-by: John W. Linville --- diff --git a/drivers/net/wireless/b43legacy/main.c b/drivers/net/wireless/b43legacy/main.c index 1ebb787ef9cf..3bde1e9ab428 100644 --- a/drivers/net/wireless/b43legacy/main.c +++ b/drivers/net/wireless/b43legacy/main.c @@ -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;