diff options
Diffstat (limited to 'include/scsi')
-rw-r--r-- | include/scsi/scsi_transport_sas.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/scsi/scsi_transport_sas.h b/include/scsi/scsi_transport_sas.h index 6cc2314098cf..eeb2200de855 100644 --- a/include/scsi/scsi_transport_sas.h +++ b/include/scsi/scsi_transport_sas.h | |||
@@ -57,9 +57,6 @@ struct sas_phy { | |||
57 | enum sas_linkrate maximum_linkrate_hw; | 57 | enum sas_linkrate maximum_linkrate_hw; |
58 | enum sas_linkrate maximum_linkrate; | 58 | enum sas_linkrate maximum_linkrate; |
59 | 59 | ||
60 | /* internal state */ | ||
61 | unsigned int local_attached : 1; | ||
62 | |||
63 | /* link error statistics */ | 60 | /* link error statistics */ |
64 | u32 invalid_dword_count; | 61 | u32 invalid_dword_count; |
65 | u32 running_disparity_error_count; | 62 | u32 running_disparity_error_count; |
@@ -196,4 +193,6 @@ scsi_is_sas_expander_device(struct device *dev) | |||
196 | rphy->identify.device_type == SAS_EDGE_EXPANDER_DEVICE; | 193 | rphy->identify.device_type == SAS_EDGE_EXPANDER_DEVICE; |
197 | } | 194 | } |
198 | 195 | ||
196 | #define scsi_is_sas_phy_local(phy) scsi_is_host_device((phy)->dev.parent) | ||
197 | |||
199 | #endif /* SCSI_TRANSPORT_SAS_H */ | 198 | #endif /* SCSI_TRANSPORT_SAS_H */ |