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

Commit 305fe47f authored by Sujith's avatar Sujith Committed by John W. Linville
Browse files

ath9k: Fix a sparse warning

parent c49fd520
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2037,7 +2037,7 @@ static void ath_tx_processq(struct ath_softc *sc, struct ath_txq *txq)
	}
}

void ath_tx_complete_poll_work(struct work_struct *work)
static void ath_tx_complete_poll_work(struct work_struct *work)
{
	struct ath_softc *sc = container_of(work, struct ath_softc,
			tx_complete_work.work);