aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/scsi/scsi_transport_sas.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/scsi/scsi_transport_sas.h b/include/scsi/scsi_transport_sas.h
index af304fb9d979..abdfd2e27dd7 100644
--- a/include/scsi/scsi_transport_sas.h
+++ b/include/scsi/scsi_transport_sas.h
@@ -91,10 +91,12 @@ struct sas_phy {
91#define phy_to_shost(phy) \ 91#define phy_to_shost(phy) \
92 dev_to_shost((phy)->dev.parent) 92 dev_to_shost((phy)->dev.parent)
93 93
94struct request_queue;
94struct sas_rphy { 95struct sas_rphy {
95 struct device dev; 96 struct device dev;
96 struct sas_identify identify; 97 struct sas_identify identify;
97 struct list_head list; 98 struct list_head list;
99 struct request_queue *q;
98 u32 scsi_target_id; 100 u32 scsi_target_id;
99}; 101};
100 102