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

Commit 6d93affd authored by Avri Altman's avatar Avri Altman Committed by Emmanuel Grumbach
Browse files

iwlwifi: mvm: remove unused static inline function

parent ad25c1ee
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -828,12 +828,6 @@ static inline void iwl_trans_ac_txq_enable(struct iwl_trans *trans, int queue,
	iwl_trans_txq_enable_cfg(trans, queue, 0, &cfg);
}

static inline void
iwl_trans_txq_enable_no_scd(struct iwl_trans *trans, int queue, u16 ssn)
{
	iwl_trans_txq_enable_cfg(trans, queue, ssn, NULL);
}

static inline int iwl_trans_wait_tx_queue_empty(struct iwl_trans *trans,
						u32 txq_bm)
{