aboutsummaryrefslogtreecommitdiffstats
path: root/include/scsi/libsas.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/scsi/libsas.h')
-rw-r--r--include/scsi/libsas.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/scsi/libsas.h b/include/scsi/libsas.h
index 6a308d42d98f..6e64b038c649 100644
--- a/include/scsi/libsas.h
+++ b/include/scsi/libsas.h
@@ -171,9 +171,6 @@ struct sata_device {
171 struct ata_port *ap; 171 struct ata_port *ap;
172 struct ata_host ata_host; 172 struct ata_host ata_host;
173 struct ata_taskfile tf; 173 struct ata_taskfile tf;
174 u32 sstatus;
175 u32 serror;
176 u32 scontrol;
177}; 174};
178 175
179/* ---------- Domain device ---------- */ 176/* ---------- Domain device ---------- */
@@ -487,10 +484,6 @@ enum exec_status {
487struct ata_task_resp { 484struct ata_task_resp {
488 u16 frame_len; 485 u16 frame_len;
489 u8 ending_fis[24]; /* dev to host or data-in */ 486 u8 ending_fis[24]; /* dev to host or data-in */
490 u32 sstatus;
491 u32 serror;
492 u32 scontrol;
493 u32 sactive;
494}; 487};
495 488
496#define SAS_STATUS_BUF_SIZE 96 489#define SAS_STATUS_BUF_SIZE 96