diff options
author | Sven Eckelmann <sven@narfation.org> | 2013-01-31 04:26:49 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2013-02-01 14:27:24 -0500 |
commit | c67ba5e5801f912e39fbbfaddbf118abd64ef271 (patch) | |
tree | 837992fd4798baade46a20cb1d09d09bf796d636 | |
parent | 128243740923b2b14d16be2545233a75ba4a2c0f (diff) |
ath9k: Remove unused variables in ath_mci_cleanup
Leaving the unused variables ath_mci_cleanup causes build warnings.
Signed-off-by: Sven Eckelmann <sven@narfation.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
-rw-r--r-- | drivers/net/wireless/ath/ath9k/mci.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/wireless/ath/ath9k/mci.c b/drivers/net/wireless/ath/ath9k/mci.c index d2074334ec9b..815bee21c19a 100644 --- a/drivers/net/wireless/ath/ath9k/mci.c +++ b/drivers/net/wireless/ath/ath9k/mci.c | |||
@@ -474,8 +474,6 @@ void ath_mci_cleanup(struct ath_softc *sc) | |||
474 | { | 474 | { |
475 | struct ath_common *common = ath9k_hw_common(sc->sc_ah); | 475 | struct ath_common *common = ath9k_hw_common(sc->sc_ah); |
476 | struct ath_hw *ah = sc->sc_ah; | 476 | struct ath_hw *ah = sc->sc_ah; |
477 | struct ath_mci_coex *mci = &sc->mci_coex; | ||
478 | struct ath_mci_buf *buf = &mci->sched_buf; | ||
479 | 477 | ||
480 | ar9003_mci_cleanup(ah); | 478 | ar9003_mci_cleanup(ah); |
481 | 479 | ||