]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
b43legacy: Fix sparse warning
authorMichael Buesch <mb@bu3sch.de>
Wed, 7 Nov 2007 20:21:55 +0000 (21:21 +0100)
committerJeff Garzik <jeff@garzik.org>
Sat, 10 Nov 2007 09:25:13 +0000 (04:25 -0500)
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>
drivers/net/wireless/b43legacy/main.c

index 1ebb787ef9cfd61f16f05772d8234a6424488431..3bde1e9ab4282e00b34353da4185923a4d0fdacc 100644 (file)
@@ -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;