From: Sven Eckelmann Date: Thu, 31 Jan 2013 09:26:49 +0000 (+0100) Subject: ath9k: Remove unused variables in ath_mci_cleanup X-Git-Tag: v3.9-rc1~139^2~31^2^2~89 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c67ba5e5801f912e39fbbfaddbf118abd64ef271;p=profile%2Fivi%2Fkernel-x86-ivi.git ath9k: Remove unused variables in ath_mci_cleanup Leaving the unused variables ath_mci_cleanup causes build warnings. Signed-off-by: Sven Eckelmann Signed-off-by: John W. Linville --- diff --git a/drivers/net/wireless/ath/ath9k/mci.c b/drivers/net/wireless/ath/ath9k/mci.c index d207433..815bee2 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) { 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);