diff options
| author | Dan Williams <dan.j.williams@intel.com> | 2012-02-01 03:44:14 -0500 |
|---|---|---|
| committer | Dan Williams <dan.j.williams@intel.com> | 2012-05-17 15:27:11 -0400 |
| commit | c79dd80d73017a88a2c2ae46e7d5303cba6a32e0 (patch) | |
| tree | 4bf1f09df72921272e38bc0c9610374d4c1873e2 /include/scsi | |
| parent | 11cc51835af0e6fbb2da9cb012bdaaa036497b7f (diff) | |
isci: kill sci_phy_protocol and sci_request_protocol
Holdovers from the initial driver cleanup, replace with enum sas_protocol.
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Diffstat (limited to 'include/scsi')
| -rw-r--r-- | include/scsi/sas.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/scsi/sas.h b/include/scsi/sas.h index a577a833603d..be3eb0bf1ac0 100644 --- a/include/scsi/sas.h +++ b/include/scsi/sas.h | |||
| @@ -103,6 +103,7 @@ enum sas_dev_type { | |||
| 103 | }; | 103 | }; |
| 104 | 104 | ||
| 105 | enum sas_protocol { | 105 | enum sas_protocol { |
| 106 | SAS_PROTOCOL_NONE = 0, | ||
| 106 | SAS_PROTOCOL_SATA = 0x01, | 107 | SAS_PROTOCOL_SATA = 0x01, |
| 107 | SAS_PROTOCOL_SMP = 0x02, | 108 | SAS_PROTOCOL_SMP = 0x02, |
| 108 | SAS_PROTOCOL_STP = 0x04, | 109 | SAS_PROTOCOL_STP = 0x04, |
