Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c67ba5e5 authored by Sven Eckelmann's avatar Sven Eckelmann Committed by John W. Linville
Browse files

ath9k: Remove unused variables in ath_mci_cleanup



Leaving the unused variables ath_mci_cleanup causes build warnings.

Signed-off-by: default avatarSven Eckelmann <sven@narfation.org>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 12824374
Loading
Loading
Loading
Loading
+0 −2
Original line number Original line Diff line number Diff line
@@ -474,8 +474,6 @@ void ath_mci_cleanup(struct ath_softc *sc)
{
{
	struct ath_common *common = ath9k_hw_common(sc->sc_ah);
	struct ath_common *common = ath9k_hw_common(sc->sc_ah);
	struct ath_hw *ah = 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);
	ar9003_mci_cleanup(ah);