From: Miri Korenblit Date: Thu, 21 Aug 2025 17:47:19 +0000 (+0300) Subject: wifi: iwlwifi: mvm: remove a function declaration X-Git-Tag: v6.18-rc1~132^2~207^2~23^2~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=17e580918d24a7fc9e635f269855bbd35c03c5f9;p=thirdparty%2Fkernel%2Flinux.git wifi: iwlwifi: mvm: remove a function declaration iwl_mvm_average_dbm_values was removed, but the declaration wasn't. Remove it now. Signed-off-by: Miri Korenblit Link: https://patch.msgid.link/20250821174726.2425334-2-miriam.rachel.korenblit@intel.com --- diff --git a/drivers/net/wireless/intel/iwlwifi/mvm/mvm.h b/drivers/net/wireless/intel/iwlwifi/mvm/mvm.h index 4aeb27ee9149d..f02da4e0380f4 100644 --- a/drivers/net/wireless/intel/iwlwifi/mvm/mvm.h +++ b/drivers/net/wireless/intel/iwlwifi/mvm/mvm.h @@ -2021,9 +2021,6 @@ struct iwl_mvm_link_sel_data { }; #if IS_ENABLED(CONFIG_IWLWIFI_KUNIT_TESTS) - -s8 iwl_mvm_average_dbm_values(const struct iwl_umac_scan_channel_survey_notif *notif); - extern const struct iwl_hcmd_arr iwl_mvm_groups[]; extern const unsigned int iwl_mvm_groups_size; #endif