diff options
author | Kashyap, Desai <kashyap.desai@lsi.com> | 2009-08-20 03:52:39 -0400 |
---|---|---|
committer | James Bottomley <James.Bottomley@suse.de> | 2009-09-05 10:35:07 -0400 |
commit | cc0f5207664f85da8d0b2ebdacec5daaee0ce95f (patch) | |
tree | 226eefb4c32e7bae31ae7fb7a4a43d2a0c74acad /drivers/scsi/mpt2sas/mpt2sas_transport.c | |
parent | 155dd4c763694222c125e65438d823f58ea653bc (diff) |
[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>
Diffstat (limited to 'drivers/scsi/mpt2sas/mpt2sas_transport.c')
-rw-r--r-- | drivers/scsi/mpt2sas/mpt2sas_transport.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/scsi/mpt2sas/mpt2sas_transport.c b/drivers/scsi/mpt2sas/mpt2sas_transport.c index a53086d0381a..742324a0a11e 100644 --- a/drivers/scsi/mpt2sas/mpt2sas_transport.c +++ b/drivers/scsi/mpt2sas/mpt2sas_transport.c | |||
@@ -792,7 +792,7 @@ mpt2sas_transport_add_expander_phy(struct MPT2SAS_ADAPTER *ioc, struct _sas_phy | |||
792 | } | 792 | } |
793 | 793 | ||
794 | /** | 794 | /** |
795 | * mpt2sas_transport_update_phy_link_change - refreshing phy link changes and attached devices | 795 | * mpt2sas_transport_update_links - refreshing phy link changes |
796 | * @ioc: per adapter object | 796 | * @ioc: per adapter object |
797 | * @handle: handle to sas_host or expander | 797 | * @handle: handle to sas_host or expander |
798 | * @attached_handle: attached device handle | 798 | * @attached_handle: attached device handle |
@@ -802,7 +802,7 @@ mpt2sas_transport_add_expander_phy(struct MPT2SAS_ADAPTER *ioc, struct _sas_phy | |||
802 | * Returns nothing. | 802 | * Returns nothing. |
803 | */ | 803 | */ |
804 | void | 804 | void |
805 | mpt2sas_transport_update_phy_link_change(struct MPT2SAS_ADAPTER *ioc, | 805 | mpt2sas_transport_update_links(struct MPT2SAS_ADAPTER *ioc, |
806 | u16 handle, u16 attached_handle, u8 phy_number, u8 link_rate) | 806 | u16 handle, u16 attached_handle, u8 phy_number, u8 link_rate) |
807 | { | 807 | { |
808 | unsigned long flags; | 808 | unsigned long flags; |