diff options
author | Dan Williams <dan.j.williams@intel.com> | 2011-12-04 12:06:57 +0400 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2012-02-20 00:18:01 +0400 |
commit | 2a559f4ba443265b4c58925b48296f1cf81b49f9 (patch) | |
tree | 79b2c0ea7e06ce19d00ca097e5df34595afea314 /include/scsi | |
parent | 81c757bc696284f39f07766f0c2ca67af64ce9bd (diff) | |
download | linux-2a559f4ba443265b4c58925b48296f1cf81b49f9.tar.xz |
[SCSI] libsas: sas_phy_enable via transport_sas_phy_reset
Execute the link-reset triggered by sas_phy_enable via
transport_sas_phy_reset so that it can be managed by libata.
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'include/scsi')
-rw-r--r-- | include/scsi/libsas.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/scsi/libsas.h b/include/scsi/libsas.h index 6b80310e08af..f388ba536128 100644 --- a/include/scsi/libsas.h +++ b/include/scsi/libsas.h @@ -634,7 +634,6 @@ extern int sas_unregister_ha(struct sas_ha_struct *); int sas_set_phy_speed(struct sas_phy *phy, struct sas_phy_linkrates *rates); -int sas_phy_enable(struct sas_phy *phy, int enabled); int sas_phy_reset(struct sas_phy *phy, int hard_reset); int sas_queue_up(struct sas_task *task); extern int sas_queuecommand(struct Scsi_Host * ,struct scsi_cmnd *); |