iwlwifi: mvm: remove leftover rs_remove_sta_debugfs() prototype
authorJohannes Berg <johannes.berg@intel.com>
Fri, 26 Jul 2019 11:21:46 +0000 (13:21 +0200)
committerLuca Coelho <luciano.coelho@intel.com>
Fri, 25 Oct 2019 07:10:07 +0000 (10:10 +0300)
This prototype is no longer used, remove it.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
drivers/net/wireless/intel/iwlwifi/mvm/rs.h

index 428642e..7cd62c5 100644 (file)
@@ -445,10 +445,6 @@ int iwl_mvm_tx_protection(struct iwl_mvm *mvm, struct iwl_mvm_sta *mvmsta,
 void iwl_mvm_reset_frame_stats(struct iwl_mvm *mvm);
 #endif
 
-#ifdef CONFIG_MAC80211_DEBUGFS
-void rs_remove_sta_debugfs(void *mvm, void *mvm_sta);
-#endif
-
 void iwl_mvm_rs_add_sta(struct iwl_mvm *mvm, struct iwl_mvm_sta *mvmsta);
 void rs_fw_rate_init(struct iwl_mvm *mvm, struct ieee80211_sta *sta,
                     enum nl80211_band band, bool update);