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)
252
252
return ata_dev_classify (& tf );
253
253
}
254
254
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 )
256
256
{
257
257
if (phy -> attached_tproto & SAS_PROTOCOL_STP )
258
258
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)
28
28
}
29
29
}
30
30
31
- int sas_get_ata_info (struct domain_device * dev , struct ex_phy * phy );
32
31
int sas_ata_init (struct domain_device * dev );
33
32
void sas_ata_task_abort (struct sas_task * task );
34
33
void sas_ata_strategy_handler (struct Scsi_Host * shost );
@@ -96,11 +95,6 @@ static inline void sas_resume_sata(struct asd_sas_port *port)
96
95
{
97
96
}
98
97
99
- static inline int sas_get_ata_info (struct domain_device * dev , struct ex_phy * phy )
100
- {
101
- return 0 ;
102
- }
103
-
104
98
static inline void sas_ata_end_eh (struct ata_port * ap )
105
99
{
106
100
}
You can’t perform that action at this time.
0 commit comments