diff options
Diffstat (limited to 'include/scsi/libsas.h')
-rw-r--r-- | include/scsi/libsas.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/scsi/libsas.h b/include/scsi/libsas.h index 0f9cbf96c093..6df6fe0c2198 100644 --- a/include/scsi/libsas.h +++ b/include/scsi/libsas.h | |||
@@ -159,11 +159,11 @@ struct expander_device { | |||
159 | 159 | ||
160 | struct sata_device { | 160 | struct sata_device { |
161 | unsigned int class; | 161 | unsigned int class; |
162 | struct smp_resp rps_resp; /* report_phy_sata_resp */ | ||
163 | u8 port_no; /* port number, if this is a PM (Port) */ | 162 | u8 port_no; /* port number, if this is a PM (Port) */ |
164 | 163 | ||
165 | struct ata_port *ap; | 164 | struct ata_port *ap; |
166 | struct ata_host ata_host; | 165 | struct ata_host ata_host; |
166 | struct smp_resp rps_resp ____cacheline_aligned; /* report_phy_sata_resp */ | ||
167 | u8 fis[ATA_RESP_FIS_SIZE]; | 167 | u8 fis[ATA_RESP_FIS_SIZE]; |
168 | }; | 168 | }; |
169 | 169 | ||