diff options
author | Sujith <Sujith.Manoharan@atheros.com> | 2009-07-23 06:02:29 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-07-27 15:24:14 -0400 |
commit | 305fe47fb8ac1279f01284c1ba5875fa9a355d22 (patch) | |
tree | 9e0becfaea0b4b7180517d5accde1074acc32376 | |
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>
-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) | |||
2037 | } | 2037 | } |
2038 | } | 2038 | } |
2039 | 2039 | ||
2040 | void ath_tx_complete_poll_work(struct work_struct *work) | 2040 | static void ath_tx_complete_poll_work(struct work_struct *work) |
2041 | { | 2041 | { |
2042 | struct ath_softc *sc = container_of(work, struct ath_softc, | 2042 | struct ath_softc *sc = container_of(work, struct ath_softc, |
2043 | tx_complete_work.work); | 2043 | tx_complete_work.work); |