diff options
Diffstat (limited to 'drivers/scsi/pm8001/pm8001_sas.h')
-rw-r--r-- | drivers/scsi/pm8001/pm8001_sas.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/scsi/pm8001/pm8001_sas.h b/drivers/scsi/pm8001/pm8001_sas.h index 30f2ede55a75..c44a1150d70d 100644 --- a/drivers/scsi/pm8001/pm8001_sas.h +++ b/drivers/scsi/pm8001/pm8001_sas.h | |||
@@ -164,6 +164,10 @@ struct pm8001_chip_info { | |||
164 | 164 | ||
165 | struct pm8001_port { | 165 | struct pm8001_port { |
166 | struct asd_sas_port sas_port; | 166 | struct asd_sas_port sas_port; |
167 | u8 port_attached; | ||
168 | u8 wide_port_phymap; | ||
169 | u8 port_state; | ||
170 | struct list_head list; | ||
167 | }; | 171 | }; |
168 | 172 | ||
169 | struct pm8001_phy { | 173 | struct pm8001_phy { |