File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -252,7 +252,7 @@ static int sas_get_ata_command_set(struct domain_device *dev)
252252 return ata_dev_classify (& tf );
253253}
254254
255- int sas_get_ata_info (struct domain_device * dev , struct ex_phy * phy )
255+ static int sas_get_ata_info (struct domain_device * dev , struct ex_phy * phy )
256256{
257257 if (phy -> attached_tproto & SAS_PROTOCOL_STP )
258258 dev -> tproto = phy -> attached_tproto ;
Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ static inline bool dev_is_sata(struct domain_device *dev)
2828 }
2929}
3030
31- int sas_get_ata_info (struct domain_device * dev , struct ex_phy * phy );
3231int sas_ata_init (struct domain_device * dev );
3332void sas_ata_task_abort (struct sas_task * task );
3433void sas_ata_strategy_handler (struct Scsi_Host * shost );
@@ -96,11 +95,6 @@ static inline void sas_resume_sata(struct asd_sas_port *port)
9695{
9796}
9897
99- static inline int sas_get_ata_info (struct domain_device * dev , struct ex_phy * phy )
100- {
101- return 0 ;
102- }
103-
10498static inline void sas_ata_end_eh (struct ata_port * ap )
10599{
106100}
You can’t perform that action at this time.
0 commit comments