Commit c0cf30bb authored by Johannes Berg's avatar Johannes Berg
Browse files

wifi: iwlwifi: pcie: make iwl_pcie_d3_complete_suspend() static



The function is only used in the same file, so it can
trivially be static. Do that.

Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
Signed-off-by: default avatarMiri Korenblit <miriam.rachel.korenblit@intel.com>
Link: https://patch.msgid.link/20241231135726.c09d2251824c.Ibcfbb4bbe27a0767a1da4a5897b2b0f70193dc3d@changeid


Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
parent d8434525
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -1137,8 +1137,6 @@ void iwl_trans_pcie_gen2_fw_alive(struct iwl_trans *trans);
int iwl_trans_pcie_gen2_send_hcmd(struct iwl_trans *trans,
				  struct iwl_host_cmd *cmd);
void iwl_trans_pcie_gen2_stop_device(struct iwl_trans *trans);
void iwl_pcie_d3_complete_suspend(struct iwl_trans *trans,
				  bool test, bool reset);
int iwl_pcie_gen2_enqueue_hcmd(struct iwl_trans *trans,
			       struct iwl_host_cmd *cmd);
int iwl_pcie_enqueue_hcmd(struct iwl_trans *trans,
+2 −2
Original line number Diff line number Diff line
@@ -1489,7 +1489,7 @@ void iwl_trans_pcie_rf_kill(struct iwl_trans *trans, bool state, bool from_irq)
		_iwl_trans_pcie_stop_device(trans, from_irq);
}

void iwl_pcie_d3_complete_suspend(struct iwl_trans *trans,
static void iwl_pcie_d3_complete_suspend(struct iwl_trans *trans,
					 bool test, bool reset)
{
	iwl_disable_interrupts(trans);