]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
ath9k: make ath_get_hal_qnum static
authorFelix Fietkau <nbd@openwrt.org>
Sat, 12 Jun 2010 04:33:53 +0000 (00:33 -0400)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 14 Jun 2010 19:39:30 +0000 (15:39 -0400)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ath9k/ath9k.h
drivers/net/wireless/ath/ath9k/main.c

index 6b5a26fc9782ca3ed55320d3420b58ee6600ad1d..6aa8fa6010ac8dddc834bd24d822d9d424c894d3 100644 (file)
@@ -612,7 +612,6 @@ struct ath_wiphy {
 
 void ath9k_tasklet(unsigned long data);
 int ath_reset(struct ath_softc *sc, bool retry_tx);
-int ath_get_hal_qnum(u16 queue, struct ath_softc *sc);
 int ath_get_mac80211_qnum(u32 queue, struct ath_softc *sc);
 int ath_cabq_update(struct ath_softc *);
 
index 9414c2c13a391f6852cb9f420fb72ddd82e9eba3..b4136100abfb50d6ebce03bb62d99ddfbe9a9e77 100644 (file)
@@ -808,7 +808,7 @@ int ath_reset(struct ath_softc *sc, bool retry_tx)
        return r;
 }
 
-int ath_get_hal_qnum(u16 queue, struct ath_softc *sc)
+static int ath_get_hal_qnum(u16 queue, struct ath_softc *sc)
 {
        int qnum;