[SCSI] mpt2sas: Removed wrapper funtions _scsih_link_change.
Deleted the wrapper function called _scsih_link_change. This function was implemented for compatibility reasons only, between different kernel versions. Currently this function is no longer needed. The calling function are converted to calling mpt2sas_transport_update_phy_link_change directly in the transport layer. Signed-off-by: Kashyap Desai <kashyap.desai@lsi.com> Reviewed-by: Eric Moore <Eric.moore@lsi.com> Signed-off-by: James Bottomley <James.Bottomley@suse.de>
This commit is contained in:

committed by
James Bottomley

parent
155dd4c763
commit
cc0f520766
@@ -792,7 +792,7 @@ mpt2sas_transport_add_expander_phy(struct MPT2SAS_ADAPTER *ioc, struct _sas_phy
|
||||
}
|
||||
|
||||
/**
|
||||
* mpt2sas_transport_update_phy_link_change - refreshing phy link changes and attached devices
|
||||
* mpt2sas_transport_update_links - refreshing phy link changes
|
||||
* @ioc: per adapter object
|
||||
* @handle: handle to sas_host or expander
|
||||
* @attached_handle: attached device handle
|
||||
@@ -802,7 +802,7 @@ mpt2sas_transport_add_expander_phy(struct MPT2SAS_ADAPTER *ioc, struct _sas_phy
|
||||
* Returns nothing.
|
||||
*/
|
||||
void
|
||||
mpt2sas_transport_update_phy_link_change(struct MPT2SAS_ADAPTER *ioc,
|
||||
mpt2sas_transport_update_links(struct MPT2SAS_ADAPTER *ioc,
|
||||
u16 handle, u16 attached_handle, u8 phy_number, u8 link_rate)
|
||||
{
|
||||
unsigned long flags;
|
||||
|
Reference in New Issue
Block a user