]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[PATCH] b43: Make b43_stop() static
authorMichael Buesch <mb@bu3sch.de>
Wed, 17 Oct 2007 18:09:02 +0000 (20:09 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 18 Oct 2007 19:56:11 +0000 (15:56 -0400)
This fixes a sparse warning.

Signed-off-by: Michael Buesch <mb@bu3sch.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/b43/main.c

index 5f03efdb63a8807994066607bd0d62d2f6430bb5..9d9ff76a9bc664a85191610034ad2640750cca4c 100644 (file)
@@ -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;