diff options
author | Sujith | 2009-07-23 15:32:29 +0530 |
---|---|---|
committer | John W. Linville | 2009-07-27 15:24:14 -0400 |
commit | 305fe47fb8ac1279f01284c1ba5875fa9a355d22 (patch) | |
tree | 9e0becfaea0b4b7180517d5accde1074acc32376 /drivers/net/wireless/ath | |
parent | c49fd520d10eb277d94c570f2fdb35d2974a30ee (diff) |
ath9k: Fix a sparse warning
Signed-off-by: Sujith <Sujith.Manoharan@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/xmit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath9k/xmit.c b/drivers/net/wireless/ath/ath9k/xmit.c index 4ff155e8ee59..c039d0ac5ffe 100644 --- a/drivers/net/wireless/ath/ath9k/xmit.c +++ b/drivers/net/wireless/ath/ath9k/xmit.c @@ -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); |