wifi: iwlwifi: mld: make iwl_mld_run_fw_init_sequence static
authorMiri Korenblit <miriam.rachel.korenblit@intel.com>
Wed, 12 Mar 2025 22:22:34 +0000 (00:22 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 18 Mar 2025 09:27:33 +0000 (10:27 +0100)
It is not used outside of fw.c.

Signed-off-by: Miri Korenblit <miriam.rachel.korenblit@intel.com>
Link: https://patch.msgid.link/20250313002008.2d30c0b66734.I98cd21aeaf6e787af3ee3ed60d0ad8656ed8ec52@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
drivers/net/wireless/intel/iwlwifi/mld/fw.c
drivers/net/wireless/intel/iwlwifi/mld/mld.h

index 9c1dce0..62da137 100644 (file)
@@ -257,7 +257,7 @@ alive_failure:
        return ret;
 }
 
-int iwl_mld_run_fw_init_sequence(struct iwl_mld *mld)
+static int iwl_mld_run_fw_init_sequence(struct iwl_mld *mld)
 {
        struct iwl_notification_wait init_wait;
        struct iwl_init_extended_cfg_cmd init_cfg = {};
index 38f1d1b..5eceaaf 100644 (file)
@@ -336,7 +336,6 @@ iwl_mld_add_debugfs_files(struct iwl_mld *mld, struct dentry *debugfs_dir)
 {}
 #endif
 
-int iwl_mld_run_fw_init_sequence(struct iwl_mld *mld);
 int iwl_mld_load_fw(struct iwl_mld *mld);
 void iwl_mld_stop_fw(struct iwl_mld *mld);
 int iwl_mld_start_fw(struct iwl_mld *mld);