Skip to content

Commit

Permalink
ath9k: Remove unused variables in ath_mci_cleanup
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Sven Eckelmann authored and John W. Linville committed Feb 1, 2013
1 parent 1282437 commit c67ba5e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/net/wireless/ath/ath9k/mci.c
Original file line number Diff line number Diff line change
Expand Up @@ -474,8 +474,6 @@ void ath_mci_cleanup(struct ath_softc *sc)
{
struct ath_common *common = ath9k_hw_common(sc->sc_ah);
struct ath_hw *ah = sc->sc_ah;
struct ath_mci_coex *mci = &sc->mci_coex;
struct ath_mci_buf *buf = &mci->sched_buf;

ar9003_mci_cleanup(ah);

Expand Down

0 comments on commit c67ba5e

Please sign in to comment.