iwlwifi: mvm: remove iwl_mvm_dbgfs_set_fw_dbg_log declaration
authorJohannes Berg <johannes.berg@intel.com>
Mon, 10 Jun 2013 11:27:06 +0000 (13:27 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 10 Jun 2013 11:27:06 +0000 (13:27 +0200)
This function doesn't actually exist, remove its declaration.

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

index 4e10aae7103810140b294e12c40a641f99356aff..ad39a22f79fa7776c8c94172dd83b5b14a22c1a9 100644 (file)
@@ -689,16 +689,11 @@ void iwl_mvm_bt_coex_vif_assoc(struct iwl_mvm *mvm, struct ieee80211_vif *vif);
 void
 iwl_mvm_beacon_filter_debugfs_parameters(struct ieee80211_vif *vif,
                                         struct iwl_beacon_filter_cmd *cmd);
-int iwl_mvm_dbgfs_set_fw_dbg_log(struct iwl_mvm *mvm);
 #else
 static inline void
 iwl_mvm_beacon_filter_debugfs_parameters(struct ieee80211_vif *vif,
                                         struct iwl_beacon_filter_cmd *cmd)
 {}
-static inline int iwl_mvm_dbgfs_set_fw_dbg_log(struct iwl_mvm *mvm)
-{
-       return 0;
-}
 #endif
 int iwl_mvm_enable_beacon_filter(struct iwl_mvm *mvm,
                                 struct ieee80211_vif *vif);
This page took 0.04209 seconds and 5 git commands to generate.