diff options
author | Avri Altman <avri.altman@intel.com> | 2014-08-26 00:09:52 -0400 |
---|---|---|
committer | Emmanuel Grumbach <emmanuel.grumbach@intel.com> | 2014-09-14 05:56:40 -0400 |
commit | 6d93affd3a49a7f846bb632ff0d19c02ac2a7bf0 (patch) | |
tree | f08e5f6d62097605fc5ec9eccc552d44d077a573 | |
parent | ad25c1ee55b1e125d71891496eb52ccb508dd3d7 (diff) |
iwlwifi: mvm: remove unused static inline function
Signed-off-by: Avri Altman <avri.altman@intel.com>
Reviewed-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-trans.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-trans.h b/drivers/net/wireless/iwlwifi/iwl-trans.h index eb31648d6213..9eb85249e89c 100644 --- a/drivers/net/wireless/iwlwifi/iwl-trans.h +++ b/drivers/net/wireless/iwlwifi/iwl-trans.h | |||
@@ -828,12 +828,6 @@ static inline void iwl_trans_ac_txq_enable(struct iwl_trans *trans, int queue, | |||
828 | iwl_trans_txq_enable_cfg(trans, queue, 0, &cfg); | 828 | iwl_trans_txq_enable_cfg(trans, queue, 0, &cfg); |
829 | } | 829 | } |
830 | 830 | ||
831 | static inline void | ||
832 | iwl_trans_txq_enable_no_scd(struct iwl_trans *trans, int queue, u16 ssn) | ||
833 | { | ||
834 | iwl_trans_txq_enable_cfg(trans, queue, ssn, NULL); | ||
835 | } | ||
836 | |||
837 | static inline int iwl_trans_wait_tx_queue_empty(struct iwl_trans *trans, | 831 | static inline int iwl_trans_wait_tx_queue_empty(struct iwl_trans *trans, |
838 | u32 txq_bm) | 832 | u32 txq_bm) |
839 | { | 833 | { |