ath9k: Fix a sparse warning
[safe/jmp/linux-2.6] / 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);