diff options
author | Jeff Skirvin <jeffrey.d.skirvin@intel.com> | 2012-03-09 01:41:57 -0500 |
---|---|---|
committer | Dan Williams <dan.j.williams@intel.com> | 2012-05-17 17:33:39 -0400 |
commit | d6b2a0e4a066ea51322e16e66b25028cb0b4ca7e (patch) | |
tree | 77fbde12b41062458824621916498f335c6eef11 /drivers/scsi/isci/remote_device.h | |
parent | 033751f6643adf616b85ac5eea7ce784bdde1b50 (diff) |
isci: Remove isci_device reqs_in_process and dev_node from isci_device.
Signed-off-by: Jeff Skirvin <jeffrey.d.skirvin@intel.com>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Diffstat (limited to 'drivers/scsi/isci/remote_device.h')
-rw-r--r-- | drivers/scsi/isci/remote_device.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/scsi/isci/remote_device.h b/drivers/scsi/isci/remote_device.h index da43698e9eba..8b7817cf4352 100644 --- a/drivers/scsi/isci/remote_device.h +++ b/drivers/scsi/isci/remote_device.h | |||
@@ -90,7 +90,6 @@ struct isci_remote_device { | |||
90 | struct isci_port *isci_port; | 90 | struct isci_port *isci_port; |
91 | struct domain_device *domain_dev; | 91 | struct domain_device *domain_dev; |
92 | struct list_head node; | 92 | struct list_head node; |
93 | struct list_head reqs_in_process; | ||
94 | struct sci_base_state_machine sm; | 93 | struct sci_base_state_machine sm; |
95 | u32 device_port_width; | 94 | u32 device_port_width; |
96 | enum sas_linkrate connection_rate; | 95 | enum sas_linkrate connection_rate; |