File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
drivers/net/wireless/intel/iwlwifi/pcie Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -1137,7 +1137,6 @@ void iwl_trans_pcie_gen2_fw_alive(struct iwl_trans *trans);
1137
1137
int iwl_trans_pcie_gen2_send_hcmd (struct iwl_trans * trans ,
1138
1138
struct iwl_host_cmd * cmd );
1139
1139
void iwl_trans_pcie_gen2_stop_device (struct iwl_trans * trans );
1140
- void _iwl_trans_pcie_gen2_stop_device (struct iwl_trans * trans );
1141
1140
void iwl_pcie_d3_complete_suspend (struct iwl_trans * trans ,
1142
1141
bool test , bool reset );
1143
1142
int iwl_pcie_gen2_enqueue_hcmd (struct iwl_trans * trans ,
Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ static void iwl_trans_pcie_fw_reset_handshake(struct iwl_trans *trans)
137
137
trans_pcie -> fw_reset_state = FW_RESET_IDLE ;
138
138
}
139
139
140
- void _iwl_trans_pcie_gen2_stop_device (struct iwl_trans * trans )
140
+ static void _iwl_trans_pcie_gen2_stop_device (struct iwl_trans * trans )
141
141
{
142
142
struct iwl_trans_pcie * trans_pcie = IWL_TRANS_GET_PCIE_TRANS (trans );
143
143
You can’t perform that action at this time.
0 commit comments