ath9k: Fix a sparse warning
authorSujith <Sujith.Manoharan@atheros.com>
Thu, 23 Jul 2009 10:02:29 +0000 (15:32 +0530)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 27 Jul 2009 19:24:14 +0000 (15:24 -0400)
Signed-off-by: Sujith <Sujith.Manoharan@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ath9k/xmit.c

index 4ff155e..c039d0a 100644 (file)
@@ -2037,7 +2037,7 @@ static void ath_tx_processq(struct ath_softc *sc, struct ath_txq *txq)
        }
 }
 
-void ath_tx_complete_poll_work(struct work_struct *work)
+static void ath_tx_complete_poll_work(struct work_struct *work)
 {
        struct ath_softc *sc = container_of(work, struct ath_softc,
                        tx_complete_work.work);