File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -315,8 +315,8 @@ int sas_phy_reset(struct sas_phy *phy, int hard_reset)
315
315
}
316
316
EXPORT_SYMBOL_GPL (sas_phy_reset );
317
317
318
- int sas_set_phy_speed (struct sas_phy * phy ,
319
- struct sas_phy_linkrates * rates )
318
+ static int sas_set_phy_speed (struct sas_phy * phy ,
319
+ struct sas_phy_linkrates * rates )
320
320
{
321
321
int ret ;
322
322
Original file line number Diff line number Diff line change @@ -679,7 +679,6 @@ extern void sas_resume_ha(struct sas_ha_struct *sas_ha);
679
679
extern void sas_resume_ha_no_sync (struct sas_ha_struct * sas_ha );
680
680
extern void sas_suspend_ha (struct sas_ha_struct * sas_ha );
681
681
682
- int sas_set_phy_speed (struct sas_phy * phy , struct sas_phy_linkrates * rates );
683
682
int sas_phy_reset (struct sas_phy * phy , int hard_reset );
684
683
int sas_phy_enable (struct sas_phy * phy , int enable );
685
684
extern int sas_queuecommand (struct Scsi_Host * , struct scsi_cmnd * );
You can’t perform that action at this time.
0 commit comments