@@ -404,8 +404,6 @@ cmd_to_domain_dev(struct scsi_cmnd *cmd)
404
404
return sdev_to_domain_dev (cmd -> device );
405
405
}
406
406
407
- void sas_hash_addr (u8 * hashed , const u8 * sas_addr );
408
-
409
407
/* Before calling a notify event, LLDD should use this function
410
408
* when the link is severed (possibly from its tasklet).
411
409
* The idea is that the Class only reads those, while the LLDD,
@@ -699,20 +697,8 @@ extern struct scsi_transport_template *
699
697
sas_domain_attach_transport (struct sas_domain_function_template * );
700
698
extern struct device_attribute dev_attr_phy_event_threshold ;
701
699
702
- int sas_discover_root_expander (struct domain_device * );
703
-
704
- int sas_ex_revalidate_domain (struct domain_device * );
705
-
706
- void sas_unregister_domain_devices (struct asd_sas_port * port , int gone );
707
- void sas_init_disc (struct sas_discovery * disc , struct asd_sas_port * );
708
- void sas_discover_event (struct asd_sas_port * , enum discover_event ev );
709
-
710
700
int sas_discover_end_dev (struct domain_device * );
711
701
712
- void sas_unregister_dev (struct asd_sas_port * port , struct domain_device * );
713
-
714
- void sas_init_dev (struct domain_device * );
715
-
716
702
void sas_task_abort (struct sas_task * );
717
703
int sas_eh_abort_handler (struct scsi_cmnd * cmd );
718
704
int sas_eh_device_reset_handler (struct scsi_cmnd * cmd );
0 commit comments