diff options
Diffstat (limited to 'include/scsi/libsas.h')
| -rw-r--r-- | include/scsi/libsas.h | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/include/scsi/libsas.h b/include/scsi/libsas.h index ef937b56f9b5..e2c1e66d58ae 100644 --- a/include/scsi/libsas.h +++ b/include/scsi/libsas.h @@ -118,7 +118,7 @@ struct ex_phy {  	enum ex_phy_state phy_state; -	enum sas_dev_type attached_dev_type; +	enum sas_device_type attached_dev_type;  	enum sas_linkrate linkrate;  	u8   attached_sata_host:1; @@ -195,7 +195,7 @@ enum {  struct domain_device {  	spinlock_t done_lock; -        enum sas_dev_type dev_type; +	enum sas_device_type dev_type;          enum sas_linkrate linkrate;          enum sas_linkrate min_linkrate;  |