summaryrefslogtreecommitdiff
path: root/drivers/scsi/isci/remote_device.h
diff options
context:
space:
mode:
authorDan Williams <dan.j.williams@intel.com>2011-04-26 16:41:52 (GMT)
committerDan Williams <dan.j.williams@intel.com>2011-07-03 11:00:38 (GMT)
commita3d568f0dfbb6bc786df04ad13e0b401f80e614c (patch)
tree690eef9305ba277b63b6df5961d1a0b1331b3e6a /drivers/scsi/isci/remote_device.h
parent00d680ef84570bc7aea023772d27e85b0052004c (diff)
downloadlinux-fsl-qoriq-a3d568f0dfbb6bc786df04ad13e0b401f80e614c.tar.xz
isci: remove usage of sci_sas_address in scic_sds_remote_device
The sas address can be retrieved from the domain device and then converted to the always little-endian format in the remote node context. 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.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/scsi/isci/remote_device.h b/drivers/scsi/isci/remote_device.h
index 3982160..f0612d4 100644
--- a/drivers/scsi/isci/remote_device.h
+++ b/drivers/scsi/isci/remote_device.h
@@ -100,11 +100,6 @@ struct scic_sds_remote_device {
enum sas_linkrate connection_rate;
/**
- * This field contains the device SAS address.
- */
- struct sci_sas_address device_address;
-
- /**
* This filed is assinged the value of true if the device is directly
* attached to the port.
*/