diff options
author | Johannes Berg <johannes.berg@intel.com> | 2024-01-31 22:00:39 +0100 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2024-02-02 14:33:01 +0100 |
commit | 3ec064e0a2cb667eceea7410d2ce7945a186beb2 (patch) | |
tree | 6cad6efdf3b097b4c60ca2352635f324ab0967ca /drivers/net/wireless/intel/iwlwifi/fw/dbg.h | |
parent | d10fb5ecc82211691264156bbf8b8a988d57944e (diff) | |
download | linux-3ec064e0a2cb667eceea7410d2ce7945a186beb2.tar.gz linux-3ec064e0a2cb667eceea7410d2ce7945a186beb2.tar.bz2 linux-3ec064e0a2cb667eceea7410d2ce7945a186beb2.zip |
wifi: iwlwifi: remove unused function prototype
Saw this while going through the code, this function
hasn't existed for a while now; remove it.
Link: https://msgid.link/20240131220039.6fdb8cbf4814.I6c46065b836cafd93df676dd88c99a626a25bf46@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'drivers/net/wireless/intel/iwlwifi/fw/dbg.h')
-rw-r--r-- | drivers/net/wireless/intel/iwlwifi/fw/dbg.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/wireless/intel/iwlwifi/fw/dbg.h b/drivers/net/wireless/intel/iwlwifi/fw/dbg.h index eb38c686b5cb..98d56e778d99 100644 --- a/drivers/net/wireless/intel/iwlwifi/fw/dbg.h +++ b/drivers/net/wireless/intel/iwlwifi/fw/dbg.h @@ -306,8 +306,6 @@ static inline void iwl_fw_error_collect(struct iwl_fw_runtime *fwrt, bool sync) _iwl_dbg_tlv_time_point(fwrt, tp_id, NULL, sync); } -void iwl_fw_error_print_fseq_regs(struct iwl_fw_runtime *fwrt); - static inline void iwl_fwrt_update_fw_versions(struct iwl_fw_runtime *fwrt, struct iwl_lmac_alive *lmac, struct iwl_umac_alive *umac) |