scsi: libsas: Remove unused declarations
Commit042ebd293b("scsi: libsas: kill useless ha_event and do some cleanup") removed sas_hae_reset() but not its declaration. Commit2908d778ab("[SCSI] aic94xx: new driver") declared but never implemented other functions. Signed-off-by: Yue Haibing <yuehaibing@huawei.com> Link: https://lore.kernel.org/r/20230809132249.37948-1-yuehaibing@huawei.com Reviewed-by: John Garry <john.g.garry@oracle.com> Reviewed-by: Jason Yan <yanaijie@huawei.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
committed by
Martin K. Petersen
parent
a18e81d17a
commit
2fcd1e2b64
@@ -727,8 +727,6 @@ extern struct device_attribute dev_attr_phy_event_threshold;
|
||||
|
||||
int sas_discover_root_expander(struct domain_device *);
|
||||
|
||||
void sas_init_ex_attr(void);
|
||||
|
||||
int sas_ex_revalidate_domain(struct domain_device *);
|
||||
|
||||
void sas_unregister_domain_devices(struct asd_sas_port *port, int gone);
|
||||
|
||||
Reference in New Issue
Block a user