File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -275,7 +275,7 @@ static void sas_resume_devices(struct work_struct *work)
275
275
*
276
276
* See comment in sas_discover_sata().
277
277
*/
278
- int sas_discover_end_dev (struct domain_device * dev )
278
+ static int sas_discover_end_dev (struct domain_device * dev )
279
279
{
280
280
return sas_notify_lldd_dev_found (dev );
281
281
}
Original file line number Diff line number Diff line change @@ -696,8 +696,6 @@ extern struct scsi_transport_template *
696
696
sas_domain_attach_transport (struct sas_domain_function_template * );
697
697
extern struct device_attribute dev_attr_phy_event_threshold ;
698
698
699
- int sas_discover_end_dev (struct domain_device * );
700
-
701
699
void sas_task_abort (struct sas_task * );
702
700
int sas_eh_abort_handler (struct scsi_cmnd * cmd );
703
701
int sas_eh_device_reset_handler (struct scsi_cmnd * cmd );
You can’t perform that action at this time.
0 commit comments